Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit c86cbed

Browse files
committed
Merge pull request #226 from mmitche/update-badges
Update badges
2 parents 1e76a2f + 084e4e5 commit c86cbed

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CodeFormatter
22

3-
[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_codeformatter/job/innerloop/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_codeformatter/job/innerloop/)
3+
[![Build status](http://dotnet-ci.cloudapp.net/job/dotnet_codeformatter/job/master/job/innerloop/badge/icon)](http://dotnet-ci.cloudapp.net/job/dotnet_codeformatter/job/master/job/innerloop/)
44

55
CodeFormatter is a tool that uses Roslyn to automatically rewrite the source to
66
follow our coding styles, which are [documented here][corefx-coding-style].

netci.groovy

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Import the utility functionality.
2-
32
import jobs.generation.Utilities;
3+
// Import functionality for job reporting
4+
import jobs.generation.JobReport;
45

56
def project = GithubProject
67
def branch = GithubBranchName
@@ -24,4 +25,7 @@ def buildString = '''call "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0
2425
else {
2526
Utilities.addGithubPushTrigger(newJob)
2627
}
27-
}
28+
}
29+
30+
// Generate the job report
31+
JobReport.Report.generateJobReport(out)

0 commit comments

Comments
 (0)