Преглед изворни кода

Change build agent pool to windows-latest

Ian Griffiths пре 2 година
родитељ
комит
8b1ae3f7d5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      azure-pipelines.rx.yml

+ 1 - 1
azure-pipelines.rx.yml

@@ -24,7 +24,7 @@ stages:
 - stage: Build
   jobs:
   - job: Build
-    pool: vs2019-preview
+    pool: windows-latest
 
     variables:
       BuildConfiguration: Release