Parcourir la source

Change build agent pool to windows-latest

Ian Griffiths il y a 2 ans
Parent
commit
8b1ae3f7d5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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