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 67c9870 commit 74f98f0Copy full SHA for 74f98f0
build/Build.ps1
@@ -213,9 +213,4 @@ if ( $buildConfig -eq 'Release' )
213
}
214
[IO.Compression.ZipFile]::CreateFromDirectory( ( Convert-Path './MsgPack-CLI' ), ( Convert-Path '../dist/' ) + "MsgPack.Cli.${zipVersion}.zip" )
215
Remove-Item ./MsgPack-CLI -Recurse -Force
216
-
217
- if ( $env:APPVEYOR -ne "True" )
218
- {
219
- Write-Host "Package creation finished. Ensure AssemblyInfo.cs is updated and ./SetFileVersions.ps1 was executed."
220
- }
221
0 commit comments