This repository was archived by the owner on Jul 12, 2022. It is now read-only.
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 1
1
# CodeFormatter
2
2
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/ )
4
4
5
5
CodeFormatter is a tool that uses Roslyn to automatically rewrite the source to
6
6
follow our coding styles, which are [ documented here] [ corefx-coding-style ] .
Original file line number Diff line number Diff line change 1
1
// Import the utility functionality.
2
-
3
2
import jobs.generation.Utilities ;
3
+ // Import functionality for job reporting
4
+ import jobs.generation.JobReport ;
4
5
5
6
def project = GithubProject
6
7
def branch = GithubBranchName
@@ -24,4 +25,7 @@ def buildString = '''call "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0
24
25
else {
25
26
Utilities . addGithubPushTrigger(newJob)
26
27
}
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