Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 9644d55

Browse files
committed
New-Item -Path . -Name $artifacts -ItemType "directory"
1 parent 15b2d09 commit 9644d55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Build.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ $artifacts = "..\artifacts"
2626

2727
if(Test-Path $artifacts) { Remove-Item $artifacts -Force -Recurse }
2828

29+
New-Item -Path . -Name $artifacts -ItemType "directory"
30+
2931
$artifacts = Resolve-Path $artifacts
3032

3133
exec { & dotnet clean -c Release }

0 commit comments

Comments
 (0)