Make branch explicit
authorMatt Mitchell <mmitche@microsoft.com>
Thu, 14 Feb 2019 22:41:19 +0000 (14:41 -0800)
committerGitHub <noreply@github.com>
Thu, 14 Feb 2019 22:41:19 +0000 (14:41 -0800)
azure-pipelines.yml

index 7deffe9..1719811 100644 (file)
@@ -3,11 +3,11 @@ trigger:
   branches:
     include:
     - master
-    - release/3*
+    - release/3.0
 
 pr:
 - master
-- release/3*
+- release/3.0
 
 # Temporarily set a build number format that includes a large revision
 # number that won't conflict with buildpipeline official builds.