We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd965dd commit 50622e5Copy full SHA for 50622e5
powershell/build-linux64.ps1
@@ -3,7 +3,7 @@ param (
3
)
4
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
+dotnet publish (Join-Path "$PSScriptRoot/extractor" "powershell.sln" | Resolve-Path) -o $toolsLinux64Folder -r linux-x64 -c Release --self-contained
7
if ($LASTEXITCODE -ne 0) {
8
Write-Host "Build failed"
9
exit 1
0 commit comments