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 c632477 commit 0fab231Copy full SHA for 0fab231
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
+dotnet publish (Join-Path "$PSScriptRoot/extractor" "powershell.sln" | Resolve-Path) -o $toolsWin64Folder -r win-x64
7
if ($LASTEXITCODE -ne 0) {
8
Write-Host "Build failed"
9
exit 1
0 commit comments