Skip to content

Commit 8580c79

Browse files
authored
fix build task in codeql yaml (#8)
1 parent c16751e commit 8580c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azdo/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stages:
2828

2929
- pwsh: |
3030
Write-Verbose "Starting the build configuration:Release Platform:x64"
31-
$buildLogPath = Join-Path $repolocation "build\build_x64_Release.log"
31+
$buildLogPath = "$(Build.SourcesDirectory)\build\build_x64_Release.log"
3232
& '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
3333
displayName: Build ZLib
3434

0 commit comments

Comments
 (0)