Skip to content

Commit 5127ace

Browse files
authored
Update build-win64.ps1
1 parent 77e6056 commit 5127ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell/build-win64.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ param (
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
77
if ($LASTEXITCODE -ne 0) {
88
Write-Host "Build failed"
99
exit 1

0 commit comments

Comments
 (0)