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 33)
44
55$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
77if ($LASTEXITCODE -ne 0 ) {
88 Write-Host " Build failed"
99 exit 1
Original file line number Diff line number Diff line change 33)
44
55$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
77if ($LASTEXITCODE -ne 0 ) {
88 Write-Host " Build failed"
99 exit 1
Original file line number Diff line number Diff line change 33)
44
55$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
77if ($LASTEXITCODE -ne 0 ) {
88 Write-Host " Build failed"
99 exit 1
You can’t perform that action at this time.
0 commit comments