Procházet zdrojové kódy

Updated azure-pipelines.yml set vmimage windows-latest

Jessica před 1 rokem
rodič
revize
97797b426f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      azure-pipelines.yml

+ 1 - 1
azure-pipelines.yml

@@ -7,7 +7,7 @@ trigger:
 - master
 
 pool:
-  vmImage: ubuntu-latest
+  vmImage: windows-latest
 
 steps:
 - task: AdvancedSecurity-Codeql-Init@1