File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ stages:
2424 Codeql.Cadence : 1 # hour (for testing, normally will run daily)
2525 skipComponentGovernanceDetection : true # not needed for CodeQL run
2626 steps :
27- # - task: CodeQL3000Init@0
28- # displayName: Initialize CodeQL
27+ - task : CodeQL3000Init@0
28+ displayName : Initialize CodeQL
2929
3030 - pwsh : |
3131 Write-Verbose "Starting the build configuration:Release Platform:x64"
@@ -39,8 +39,8 @@ stages:
3939 & 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\MSBuild.exe' LibreSSL.sln /p:Configuration=Release /m /noconlog /fl /flp:LogFile=build.log
4040 displayName: Build LibreSSL
4141
42- # - task: CodeQL3000Finalize@0
43- # displayName: Finalize CodeQL
42+ - task : CodeQL3000Finalize@0
43+ displayName : Finalize CodeQL
4444
4545 - pwsh : |
4646 $BuildOutx64Path = "$(Build.SourcesDirectory)\build_x64"
You can’t perform that action at this time.
0 commit comments