Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDunn committed Nov 1, 2023
1 parent 0c14922 commit f956d79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RunSnapshots.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ if(Test-Path $artifacts) { Remove-Item $artifacts -Force -Recurse }

New-Item -Path $artifacts -ItemType Directory

New-Item -Path $localPackages -ItemType Directory -ErrorAction SilentlyContinue

if(Test-Path $localPackages) { Remove-Item $localPackages\vogen.* -Force -ErrorAction SilentlyContinue }

if($reset)
{
WriteStage("Resetting snapshots...")
Expand Down

0 comments on commit f956d79

Please sign in to comment.