Skip to content

Commit

Permalink
Updated DevOps agents to Windows Server 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Aug 24, 2021
1 parent 781026d commit 68584a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ stages:
- job: Test_HQRM
displayName: 'HQRM'
pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'
timeoutInMinutes: 0
steps:
- task: DownloadPipelineArtifact@2
Expand Down Expand Up @@ -92,7 +92,7 @@ stages:
- job: Test_Unit_2013
displayName: 'Unit SP2013'
pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'
timeoutInMinutes: 0
steps:
- task: DownloadPipelineArtifact@2
Expand Down Expand Up @@ -127,7 +127,7 @@ stages:
- job: Test_Unit_2016
displayName: 'Unit SP2016'
pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'
timeoutInMinutes: 0
steps:
- task: DownloadPipelineArtifact@2
Expand Down Expand Up @@ -163,7 +163,7 @@ stages:
- job: Test_Unit_2019
displayName: 'Unit SP2019'
pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'
timeoutInMinutes: 0
steps:
- task: DownloadPipelineArtifact@2
Expand Down

0 comments on commit 68584a4

Please sign in to comment.