We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c3ad6 commit 1f316c3Copy full SHA for 1f316c3
Pack.ps1
@@ -24,7 +24,7 @@ if ( ![IO.Directory]::Exists( ".\MsgPack-CLI" ) )
24
}
25
else
26
{
27
- Remove-Item .\MsgPack-CLI\* -Recurse
+ Remove-Item .\MsgPack-CLI\* -Recurse -Force
28
29
30
if ( ![IO.Directory]::Exists( ".\MsgPack-CLI\mpu" ) )
@@ -57,6 +57,6 @@ if ( [IO.File]::Exists( ".\MsgPack.Cli.latest.zip" ) )
57
Remove-Item .\MsgPack.Cli.latest.zip
58
59
[IO.Compression.ZipFile]::CreateFromDirectory( ".\MsgPack-CLI", ".\MsgPack.Cli.latest.zip" )
60
-Remove-Item .\MsgPack-CLI -Recurse
+Remove-Item .\MsgPack-CLI -Recurse -Force
61
62
Write-Host "Package creation finished. Ensure AssemblyInfo.cs is updated and .\SetFileVersions.ps1 was executed."
0 commit comments