Skip to content
This repository was archived by the owner on Dec 28, 2017. It is now read-only.

Commit e027e31

Browse files
committed
Update examples to new versions of addins
1 parent ea436fc commit e027e31

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

src/Cake.Prca/PrcaAliases.cs

+10-16
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@ public static class PrcaAliases
2727
/// ReportCodeAnalysisIssuesToPullRequest(
2828
/// MsBuildCodeAnalysisFromFilePath(
2929
/// @"C:\build\msbuild.log",
30-
/// MsBuildXmlFileLoggerFormat,
31-
/// new DirectoryPath("c:\repo")),
30+
/// MsBuildXmlFileLoggerFormat),
3231
/// TfsPullRequests(
3332
/// new Uri("http://myserver:8080/tfs/defaultcollection/myproject/_git/myrepository"),
3433
/// "refs/heads/feature/myfeature",
35-
/// PrcaAuthenticationNtlm()),
34+
/// TfsAuthenticationNtlm()),
3635
/// new DirectoryPath("c:\repo"));
3736
/// ]]>
3837
/// </code>
@@ -71,17 +70,15 @@ public static void ReportCodeAnalysisIssuesToPullRequest(
7170
/// {
7271
/// MsBuildCodeAnalysisFromFilePath(
7372
/// @"C:\build\msbuild.log",
74-
/// MsBuildXmlFileLoggerFormat,
75-
/// new DirectoryPath("c:\repo")),
73+
/// MsBuildXmlFileLoggerFormat),
7674
/// InspectCodeFromFilePath(
7775
/// @"C:\build\inspectcode.log",
78-
/// MsBuildXmlFileLoggerFormat,
79-
/// new DirectoryPath("c:\repo"))
76+
/// MsBuildXmlFileLoggerFormat)
8077
/// },
8178
/// TfsPullRequests(
8279
/// new Uri("http://myserver:8080/tfs/defaultcollection/myproject/_git/myrepository"),
8380
/// "refs/heads/feature/myfeature",
84-
/// PrcaAuthenticationNtlm()),
81+
/// TfsAuthenticationNtlm()),
8582
/// new DirectoryPath("c:\repo"));
8683
/// ]]>
8784
/// </code>
@@ -127,12 +124,11 @@ public static void ReportCodeAnalysisIssuesToPullRequest(
127124
/// ReportCodeAnalysisIssuesToPullRequest(
128125
/// MsBuildCodeAnalysisFromFilePath(
129126
/// @"C:\build\msbuild.log",
130-
/// MsBuildXmlFileLoggerFormat,
131-
/// new DirectoryPath("c:\repo")),
127+
/// MsBuildXmlFileLoggerFormat),
132128
/// TfsPullRequests(
133129
/// new Uri("http://myserver:8080/tfs/defaultcollection/myproject/_git/myrepository"),
134130
/// "refs/heads/feature/myfeature",
135-
/// PrcaAuthenticationNtlm()),
131+
/// TfsAuthenticationNtlm()),
136132
/// settings));
137133
/// ]]>
138134
/// </code>
@@ -177,17 +173,15 @@ public static void ReportCodeAnalysisIssuesToPullRequest(
177173
/// {
178174
/// MsBuildCodeAnalysisFromFilePath(
179175
/// @"C:\build\msbuild.log",
180-
/// MsBuildXmlFileLoggerFormat,
181-
/// new DirectoryPath("c:\repo")),
176+
/// MsBuildXmlFileLoggerFormat),
182177
/// InspectCodeFromFilePath(
183178
/// @"C:\build\inspectcode.log",
184-
/// MsBuildXmlFileLoggerFormat,
185-
/// new DirectoryPath("c:\repo"))
179+
/// MsBuildXmlFileLoggerFormat)
186180
/// },
187181
/// TfsPullRequests(
188182
/// new Uri("http://myserver:8080/tfs/defaultcollection/myproject/_git/myrepository"),
189183
/// "refs/heads/feature/myfeature",
190-
/// PrcaAuthenticationNtlm()),
184+
/// TfsAuthenticationNtlm()),
191185
/// settings));
192186
/// ]]>
193187
/// </code>

0 commit comments

Comments
 (0)