File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -192,8 +192,8 @@ if ( $buildConfig -eq 'Release' )
192192{
193193 & $nuget pack ../ MsgPack.nuspec - Symbols - Version $env: PackageVersion - OutputDirectory ../ dist
194194
195- Copy-Item ../ bin/ ./ MsgPack- CLI/ - Recurse - Exclude @ (" *.vshost.*" )
196- Copy-Item ../ tools/ mpu/ bin/ ./ MsgPack- CLI/ mpu/ - Recurse - Exclude @ (" *.vshost.*" )
195+ Copy-Item ../ bin/* ./ MsgPack- CLI/ - Recurse - Exclude @ (" *.vshost.*" )
196+ Copy-Item ../ tools/ mpu/ bin/* ./ MsgPack- CLI/ mpu/ - Recurse - Exclude @ (" *.vshost.*" )
197197 [Reflection.Assembly ]::LoadWithPartialName( " System.IO.Compression.FileSystem" ) | Out-Null
198198 # 'latest' should be rewritten with semver manually.
199199 if ( ( Test-Path " ../dist/MsgPack.Cli.${env: PackageVersion} .zip" ) )
You can’t perform that action at this time.
0 commit comments