@@ -27,12 +27,11 @@ public static class PrcaAliases
27
27
/// ReportCodeAnalysisIssuesToPullRequest(
28
28
/// MsBuildCodeAnalysisFromFilePath(
29
29
/// @"C:\build\msbuild.log",
30
- /// MsBuildXmlFileLoggerFormat,
31
- /// new DirectoryPath("c:\repo")),
30
+ /// MsBuildXmlFileLoggerFormat),
32
31
/// TfsPullRequests(
33
32
/// new Uri("http://myserver:8080/tfs/defaultcollection/myproject/_git/myrepository"),
34
33
/// "refs/heads/feature/myfeature",
35
- /// PrcaAuthenticationNtlm ()),
34
+ /// TfsAuthenticationNtlm ()),
36
35
/// new DirectoryPath("c:\repo"));
37
36
/// ]]>
38
37
/// </code>
@@ -71,17 +70,15 @@ public static void ReportCodeAnalysisIssuesToPullRequest(
71
70
/// {
72
71
/// MsBuildCodeAnalysisFromFilePath(
73
72
/// @"C:\build\msbuild.log",
74
- /// MsBuildXmlFileLoggerFormat,
75
- /// new DirectoryPath("c:\repo")),
73
+ /// MsBuildXmlFileLoggerFormat),
76
74
/// InspectCodeFromFilePath(
77
75
/// @"C:\build\inspectcode.log",
78
- /// MsBuildXmlFileLoggerFormat,
79
- /// new DirectoryPath("c:\repo"))
76
+ /// MsBuildXmlFileLoggerFormat)
80
77
/// },
81
78
/// TfsPullRequests(
82
79
/// new Uri("http://myserver:8080/tfs/defaultcollection/myproject/_git/myrepository"),
83
80
/// "refs/heads/feature/myfeature",
84
- /// PrcaAuthenticationNtlm ()),
81
+ /// TfsAuthenticationNtlm ()),
85
82
/// new DirectoryPath("c:\repo"));
86
83
/// ]]>
87
84
/// </code>
@@ -127,12 +124,11 @@ public static void ReportCodeAnalysisIssuesToPullRequest(
127
124
/// ReportCodeAnalysisIssuesToPullRequest(
128
125
/// MsBuildCodeAnalysisFromFilePath(
129
126
/// @"C:\build\msbuild.log",
130
- /// MsBuildXmlFileLoggerFormat,
131
- /// new DirectoryPath("c:\repo")),
127
+ /// MsBuildXmlFileLoggerFormat),
132
128
/// TfsPullRequests(
133
129
/// new Uri("http://myserver:8080/tfs/defaultcollection/myproject/_git/myrepository"),
134
130
/// "refs/heads/feature/myfeature",
135
- /// PrcaAuthenticationNtlm ()),
131
+ /// TfsAuthenticationNtlm ()),
136
132
/// settings));
137
133
/// ]]>
138
134
/// </code>
@@ -177,17 +173,15 @@ public static void ReportCodeAnalysisIssuesToPullRequest(
177
173
/// {
178
174
/// MsBuildCodeAnalysisFromFilePath(
179
175
/// @"C:\build\msbuild.log",
180
- /// MsBuildXmlFileLoggerFormat,
181
- /// new DirectoryPath("c:\repo")),
176
+ /// MsBuildXmlFileLoggerFormat),
182
177
/// InspectCodeFromFilePath(
183
178
/// @"C:\build\inspectcode.log",
184
- /// MsBuildXmlFileLoggerFormat,
185
- /// new DirectoryPath("c:\repo"))
179
+ /// MsBuildXmlFileLoggerFormat)
186
180
/// },
187
181
/// TfsPullRequests(
188
182
/// new Uri("http://myserver:8080/tfs/defaultcollection/myproject/_git/myrepository"),
189
183
/// "refs/heads/feature/myfeature",
190
- /// PrcaAuthenticationNtlm ()),
184
+ /// TfsAuthenticationNtlm ()),
191
185
/// settings));
192
186
/// ]]>
193
187
/// </code>
0 commit comments