소스 검색

Fixed vmImage

Erwin de Haan 6 년 전
부모
커밋
60fc53306d
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 2
      .azure/azure-pipelines.yml

+ 8 - 2
.azure/azure-pipelines.yml

@@ -1,8 +1,14 @@
 resources:
-- repo: self
+  repositories: self
+
+pr:
+include:
+- master
+- release-*
+
 
 pool:
-  vmImage: Hosted Ubuntu 1604
+  vmImage: ubuntu-16.04
 #Your build pipeline references an undefined variable named ‘Parameters.RestoreBuildProjects’. Create or edit the build pipeline for this YAML file, define the variable on the Variables tab. See https://go.microsoft.com/fwlink/?linkid=865972
 #Your build pipeline references an undefined variable named ‘Parameters.RestoreBuildProjects’. Create or edit the build pipeline for this YAML file, define the variable on the Variables tab. See https://go.microsoft.com/fwlink/?linkid=865972
 #Your build pipeline references the ‘BuildConfiguration’ variable, which you’ve selected to be settable at queue time. Create or edit the build pipeline for this YAML file, define the variable on the Variables tab, and then select the option to make it settable at queue time. See https://go.microsoft.com/fwlink/?linkid=865971