We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16751e commit 8580c79Copy full SHA for 8580c79
.azdo/codeql.yml
@@ -28,7 +28,7 @@ stages:
28
29
- pwsh: |
30
Write-Verbose "Starting the build configuration:Release Platform:x64"
31
- $buildLogPath = Join-Path $repolocation "build\build_x64_Release.log"
+ $buildLogPath = "$(Build.SourcesDirectory)\build\build_x64_Release.log"
32
& 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\MSBuild.exe' "$(Build.SourcesDirectory)/build/ZLib.sln" /p:Configuration=Release /p:Platform=x64 /m /noconlog /fl /flp:LogFile=$buildLogPath
33
displayName: Build ZLib
34
0 commit comments