Browse Source

use vs2022 azure image.

Dan Walmsley 3 năm trước cách đây
mục cha
commit
28cadb7539
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      azure-pipelines.yml

+ 1 - 1
azure-pipelines.yml

@@ -103,7 +103,7 @@ jobs:
 
 - job: Windows
   pool:
-    vmImage: 'windows-2019'
+    vmImage: 'windows-2022'
   variables:
     SolutionDir: '$(Build.SourcesDirectory)'
   steps: