Skip to content

Commit e11b452

Browse files
test: [NPM] wait on containerizing windows for ws22 conformance (#1570)
need to wait on containerizing windows for ws22-default
1 parent 3e6ca73 commit e11b452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/npm/npm-conformance-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
demands:
129129
- agent.os -equals Linux
130130
- Role -equals Build
131-
dependsOn: [setup, k8se2e, containerize]
131+
dependsOn: [setup, k8se2e, containerize, containerize_windows]
132132
variables:
133133
RESOURCE_GROUP: $[ dependencies.setup.outputs['EnvironmentalVariables.RESOURCE_GROUP'] ]
134134
TAG: $[ dependencies.setup.outputs['EnvironmentalVariables.TAG'] ]

0 commit comments

Comments
 (0)