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 77e6056 commit 5127aceCopy full SHA for 5127ace
powershell/build-win64.ps1
@@ -3,7 +3,7 @@ param (
3
)
4
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
+dotnet publish (Join-Path "$PSScriptRoot/extractor" "powershell.sln" | Resolve-Path) -o $toolsWin64Folder -r win-x64 -c Release --self-contained
7
if ($LASTEXITCODE -ne 0) {
8
Write-Host "Build failed"
9
exit 1
0 commit comments