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:
24
24
Codeql.Cadence : 1 # hour (for testing, normally will run daily)
25
25
skipComponentGovernanceDetection : true # not needed for CodeQL run
26
26
steps :
27
- # - task: CodeQL3000Init@0
28
- # displayName: Initialize CodeQL
27
+ - task : CodeQL3000Init@0
28
+ displayName : Initialize CodeQL
29
29
30
30
- pwsh : |
31
31
Write-Verbose "Starting the build configuration:Release Platform:x64"
@@ -39,8 +39,8 @@ stages:
39
39
& '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
40
40
displayName: Build LibreSSL
41
41
42
- # - task: CodeQL3000Finalize@0
43
- # displayName: Finalize CodeQL
42
+ - task : CodeQL3000Finalize@0
43
+ displayName : Finalize CodeQL
44
44
45
45
- pwsh : |
46
46
$BuildOutx64Path = "$(Build.SourcesDirectory)\build_x64"
You can’t perform that action at this time.
0 commit comments