adding ci to release 3.0 branch (dotnet/corefx#40359)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Thu, 15 Aug 2019 20:41:36 +0000 (13:41 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Aug 2019 20:41:36 +0000 (13:41 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/c5cb132f5ad2b938e67866cf510d3f3bc58e32c3

eng/pipelines/libraries/.azure-ci.yml

index c1039d8..25ac64d 100644 (file)
@@ -7,7 +7,7 @@ trigger:
   branches:
     include:
     - master
-    - release/3.0
+    - release/3.*
   paths:
     exclude:
     - Documentation/*
@@ -17,7 +17,7 @@ pr:
   branches:
     include:
     - master
-    - release/3.0
+    - release/3.*
   paths:
     exclude:
     - Documentation/*