We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce78d2 commit fa50391Copy full SHA for fa50391
.azure/OneBranch.Official.yml
@@ -27,7 +27,7 @@ parameters: # parameters are shown up in ADO UI in a build queue time
27
- name: 'WindowsContainerImage2DockerTag'
28
displayName: 'WindowsContainerImage2 DockerTag'
29
type: string
30
- default: '20231125.1' # if initializing docker takes too long, grab a newer docker image from Docker.Official pipeline.
+ default: '20240203.1' # if initializing docker takes too long, grab a newer docker image from Docker.Official pipeline.
31
32
variables:
33
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
0 commit comments