diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8d52714..c723954 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ name: $(Version).$(DayOfYear)$(Rev:r) stages: - stage: Build pool: - vmImage: 'vs2017-win2016' + vmImage: 'windows-2022' jobs: - job: Build @@ -54,7 +54,7 @@ stages: - stage: Deploy pool: - vmImage: 'vs2017-win2016' + vmImage: 'windows-2022' jobs: - job: Deploy