Skip to content

Commit

Permalink
Merge pull request #35182 from dpoeschl/UpdatePipelinesFor16.1P3
Browse files Browse the repository at this point in the history
Add Roslyn Dev16.1 Preview 3 entries to azure-pipelines .yml files
  • Loading branch information
dpoeschl authored Apr 23, 2019
2 parents fcb3004 + 443aa37 commit 52f044c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ trigger:
- dev16.0-vs-deps
- dev16.1-preview2
- dev16.1-preview2-vs-deps
- dev16.1
- dev16.1-vs-deps

# Branches that trigger builds on PR
pr:
Expand All @@ -17,6 +19,8 @@ pr:
- dev16.0-vs-deps
- dev16.1-preview2
- dev16.1-preview2-vs-deps
- dev16.1
- dev16.1-vs-deps

jobs:
- job: VS_Integration
Expand Down
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ trigger:
- dev16.0-vs-deps
- dev16.1-preview2
- dev16.1-preview2-vs-deps
- dev16.1
- dev16.1-vs-deps

# Branches that trigger builds on PR
pr:
Expand All @@ -19,6 +21,8 @@ pr:
- dev16.0-vs-deps
- dev16.1-preview2
- dev16.1-preview2-vs-deps
- dev16.1
- dev16.1-vs-deps

jobs:
- job: Windows_Desktop_Unit_Tests
Expand Down

0 comments on commit 52f044c

Please sign in to comment.