Sfoglia il codice sorgente

Change build agent pool to windows-latest

Ian Griffiths 2 anni fa
parent
commit
8b1ae3f7d5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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