Skip to content

Commit 0582b92

Browse files
authoredNov 20, 2018
Merge infrastructure changes from nightly (dotnet#823)
1 parent bdc1d62 commit 0582b92

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1593
-1187
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ artifacts/
2424
# User-specific files
2525
*.suo
2626
*.user
27+
28+
# ImageBuilder directory
29+
.Microsoft.DotNet.ImageBuilder

‎.vsts-pipelines/builds/microsoft-dotnet-nightly.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ trigger:
22
batch: true
33
branches:
44
include:
5-
- nightly
5+
- nightly
66
variables:
77
manifest: manifest.json
88
repo: dotnet-nightly
9-
phases:
10-
- template: ../phases/build-all.yml
9+
jobs:
10+
- template: ../jobs/build-test-publish-repo.yml

0 commit comments

Comments
 (0)
Please sign in to comment.