File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
)
4
4
5
5
$toolsLinux64Folder = Join-Path (Join-Path (Join-Path $cliFolder " powershell" ) " tools" ) " linux64"
6
- dotnet publish (Join-Path " $PSScriptRoot /extractor" " powershell.sln" | Resolve-Path ) - o $toolsLinux64Folder - r linux- x64
6
+ dotnet publish (Join-Path " $PSScriptRoot /extractor" " powershell.sln" | Resolve-Path ) - o $toolsLinux64Folder - r linux- x64 - c Release -- self - contained
7
7
if ($LASTEXITCODE -ne 0 ) {
8
8
Write-Host " Build failed"
9
9
exit 1
Original file line number Diff line number Diff line change 3
3
)
4
4
5
5
$toolsOsx64Folder = Join-Path (Join-Path (Join-Path $cliFolder " powershell" ) " tools" ) " osx64"
6
- dotnet publish (Join-Path " $PSScriptRoot /extractor" " powershell.sln" | Resolve-Path ) - o $toolsOsx64Folder - r osx- x64
6
+ dotnet publish (Join-Path " $PSScriptRoot /extractor" " powershell.sln" | Resolve-Path ) - o $toolsOsx64Folder - r osx- x64 - c Release -- self - contained
7
7
if ($LASTEXITCODE -ne 0 ) {
8
8
Write-Host " Build failed"
9
9
exit 1
Original file line number Diff line number Diff line change 3
3
)
4
4
5
5
$toolsWin64Folder = Join-Path (Join-Path (Join-Path $cliFolder " powershell" ) " tools" ) " win64"
6
- dotnet publish (Join-Path " $PSScriptRoot /extractor" " powershell.sln" | Resolve-Path ) - o $toolsWin64Folder - r win- x64
6
+ dotnet publish (Join-Path " $PSScriptRoot /extractor" " powershell.sln" | Resolve-Path ) - o $toolsWin64Folder - r win- x64 - c Release -- self - contained
7
7
if ($LASTEXITCODE -ne 0 ) {
8
8
Write-Host " Build failed"
9
9
exit 1
You can’t perform that action at this time.
0 commit comments