File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ if ($LastExitCode -ge 8) { Write-Output($LastExitCode); Exit 1 }
158158robocopy " $BuildPath \${CLIENT_NAME} _CLI\Release-net7-$Platform " " ${csLibPath} \net7" * .dll * .pdb * .xml * .ini $copyOptions
159159if ($LastExitCode -ge 8 ) { Write-Output ($LastExitCode ); Exit 1 }
160160# .NET 8 (default Release build)
161- robocopy " $BuildPath \${CLIENT_NAME} _CLI\Release-$Platform " " ${csLibPath} \net8" * .dll * .pdb * .xml * .ini $copyOptions
161+ robocopy " $BuildPath \${CLIENT_NAME} _CLI\Release-net8- $Platform " " ${csLibPath} \net8" * .dll * .pdb * .xml * .ini $copyOptions
162162if ($LastExitCode -ge 8 ) { Write-Output ($LastExitCode ); Exit 1 }
163163# .NET Framework
164164robocopy " $BuildPath \${CLIENT_NAME} _CLI\Release-netfw-$Platform " " ${csLibPath} \net46" * .dll * .pdb * .xml * .ini $copyOptions
You can’t perform that action at this time.
0 commit comments