Skip to content

Commit

Permalink
Update pipeline win host version (#359)
Browse files Browse the repository at this point in the history
* Update release.yml for Azure Pipelines

* Update release.yml for Azure Pipelines
  • Loading branch information
sowu880 authored Mar 9, 2022
1 parent a383f52 commit 506be89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ variables:
stages:
- stage: Build
pool:
vmImage: 'windows-latest'
vmImage: 'windows-2019'
jobs:
- job: Build
steps:
Expand Down Expand Up @@ -169,7 +169,7 @@ stages:
jobs:
- job: Windows_Functional_Test
pool:
vmImage: 'windows-latest'
vmImage: 'windows-2019'
continueOnError: false
steps:
- checkout: none #skip checking out the default repository resource
Expand Down Expand Up @@ -227,7 +227,7 @@ stages:
jobs:
- job: publish
pool:
vmImage: 'windows-latest'
vmImage: 'windows-2019'
steps:
- checkout: none #skip checking out the default repository resource
- task: DownloadBuildArtifacts@0
Expand Down

0 comments on commit 506be89

Please sign in to comment.