File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
55CodeFormatter is a tool that uses Roslyn to automatically rewrite the source to
66follow our coding styles, which are [ documented here] [ corefx-coding-style ] .
Original file line number Diff line number Diff line change 11// Import the utility functionality.
2-
32import jobs.generation.Utilities ;
3+ // Import functionality for job reporting
4+ import jobs.generation.JobReport ;
45
56def project = GithubProject
67def 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)
You can’t perform that action at this time.
0 commit comments