mirror of
https://github.com/github/codeql.git
synced 2026-05-25 00:27:09 +02:00
Update build-win64.ps1
This commit is contained in:
@@ -3,7 +3,7 @@ param (
|
||||
)
|
||||
|
||||
$toolsWin64Folder = Join-Path (Join-Path (Join-Path $cliFolder "powershell") "tools") "win64"
|
||||
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
|
||||
if ($LASTEXITCODE -ne 0) {
|
||||
Write-Host "Build failed"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user