We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82a9f8 commit d872776Copy full SHA for d872776
.pipelines/containers/containerize.jobs.yaml
@@ -44,6 +44,13 @@ jobs:
44
variables:
45
buildPlatform: ${{ parameters.buildOs }}/${{ parameters.buildArch }}
46
targetPlatform: ${{ parameters.targetOs }}/${{ parameters.targetArch }}
47
+
48
+ ${{ if eq(parameters.targetOs, 'windows') }}:
49
+ pool:
50
+ name: $(BUILD_POOL_NAME_DEFAULT_WINDOWS)
51
+ os: windows
52
+ image: acn-runner-vmss-image-windows-1es-v2.0
53
54
steps:
55
- checkout: self
56
0 commit comments