Ver Fonte

Updated azure-pipelines.yml set vmimage windows-latest

Jessica há 1 ano atrás
pai
commit
97797b426f
1 ficheiros alterados com 1 adições e 1 exclusões
  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