소스 검색

Merge branch 'azure-pipelines' of https://github.com/EraYaN/jellyfin into azure-pipelines

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

+ 6 - 0
.azure/azure-pipelines.yml

@@ -7,6 +7,12 @@ include:
 - release-*
 
 
+pr:
+  branches:
+    include:
+    - master
+    - releases/*
+
 pool:
   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