We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3d480 commit 0c6519aCopy full SHA for 0c6519a
1 file changed
build/Build.ps1
@@ -192,8 +192,8 @@ if ( $buildConfig -eq 'Release' )
192
{
193
& $nuget pack ../MsgPack.nuspec -Symbols -Version $env:PackageVersion -OutputDirectory ../dist
194
195
- Copy-Item ../bin/ ./MsgPack-CLI/ -Recurse -Exclude @("*.vshost.*")
196
- Copy-Item ../tools/mpu/bin/ ./MsgPack-CLI/mpu/ -Recurse -Exclude @("*.vshost.*")
+ Copy-Item ../bin/* ./MsgPack-CLI/ -Recurse -Exclude @("*.vshost.*")
+ Copy-Item ../tools/mpu/bin/* ./MsgPack-CLI/mpu/ -Recurse -Exclude @("*.vshost.*")
197
[Reflection.Assembly]::LoadWithPartialName( "System.IO.Compression.FileSystem" ) | Out-Null
198
# 'latest' should be rewritten with semver manually.
199
if ( ( Test-Path "../dist/MsgPack.Cli.${env:PackageVersion}.zip" ) )
0 commit comments