Skip to content

Commit 6541cdf

Browse files
author
Evans Aboge (from Dev Box)
committed
Run stage in a windows environment
1 parent 6a0b3d8 commit 6541cdf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,12 @@ extends:
323323
displayName: 'Build and deploy docker images'
324324
condition: or(eq(variables['build.sourceBranch'], 'refs/tags/v'), eq(variables['build.sourceBranch'], variables['PREVIEW_BRANCH']))
325325
dependsOn: build
326+
pool:
327+
name: Azure-Pipelines-1ESPT-ExDShared
328+
image: windows-2022
329+
os: windows
326330
jobs:
327331
- job: buildAndPush
328-
pool:
329-
vmImage: 'ubuntu-latest'
330332
steps:
331333
- task: AzureCLI@2
332334
displayName: 'Login to Azure Container Registry'

0 commit comments

Comments
 (0)