You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ Fixing various Prefast warnings to get us clean w.r.t. Prefast
+ Enable Prefast failures to break PR builds
+ Reduce noisy build warnings
+ Unpin Windows container images as using old images
Related work items: #52514550, #52514551, #52514554, #52514555, #52514556, #52514557, #52514559, #52514560, #52514561, #52514562, #52514632, #52514633, #52514634, #53004108, #53004109, #53130817
Copy file name to clipboardExpand all lines: .pipelines/OneBranch.Official.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ schedules:
29
29
variables:
30
30
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
31
31
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2004:latest'# Docker image which is used to build the project https://aka.ms/obpipelines/containers
0 commit comments