File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ function CheckLastExitCode {
8
8
9
9
function RunInspectCode {
10
10
$outputPath = [System.IO.Path ]::Combine([System.IO.Path ]::GetTempPath(), ' jetbrains-inspectcode-results.xml' )
11
- dotnet jb inspectcode JsonApiDotNetCore.sln -- no- build -- output= " $outputPath " -- profile= WarningSeverities.DotSettings -- properties:Configuration= Release -- severity= WARNING -- verbosity= TRACE -- LogFolder= $env: APPVEYOR_BUILD_FOLDER / inspect- code- logs -- debug - dsl= GlobalAll - dsl= GlobalPerProduct - dsl= SolutionPersonal - dsl= ProjectPersonal -- dotnetcoresdk= 8.0 .100 - preview.4.23260 .5
11
+ dotnet jb inspectcode JsonApiDotNetCore.sln -- no- build -- output= " $outputPath " -- profile= WarningSeverities.DotSettings -- properties:Configuration= Release -- severity= WARNING -- verbosity= TRACE -- LogFolder= $env: APPVEYOR_BUILD_FOLDER \ inspect- code- logs -- debug - dsl= GlobalAll - dsl= GlobalPerProduct - dsl= SolutionPersonal - dsl= ProjectPersonal -- dotnetcoresdk= 8.0 .100 - preview.4.23260 .5
12
12
CheckLastExitCode
13
13
14
14
[xml ]$xml = Get-Content " $outputPath "
@@ -51,7 +51,7 @@ function RunCleanupCode {
51
51
52
52
if ($baseCommitHash -ne $headCommitHash ) {
53
53
Write-Output " Running code cleanup on commit range $baseCommitHash ..$headCommitHash in pull request."
54
- dotnet regitlint - s JsonApiDotNetCore.sln -- print- command -- skip-tool - check -- max- runs= 5 -- jb- profile= " JADNC Full Cleanup" -- jb -- properties:Configuration= Release -- jb -- verbosity= TRACE -- jb -- LogFolder= $env: APPVEYOR_BUILD_FOLDER / cleanup- code- logs -- jb -- debug -f commits - a $headCommitHash - b $baseCommitHash -- fail- on- diff -- print- diff -- jb -- dotnetcoresdk= 8.0 .100 - preview.4.23260 .5
54
+ dotnet regitlint - s JsonApiDotNetCore.sln -- print- command -- skip-tool - check -- max- runs= 5 -- jb- profile= " JADNC Full Cleanup" -- jb -- properties:Configuration= Release -- jb -- verbosity= TRACE -- jb -- LogFolder= $env: APPVEYOR_BUILD_FOLDER \ cleanup- code- logs -- jb -- debug -f commits - a $headCommitHash - b $baseCommitHash -- fail- on- diff -- print- diff -- jb -- dotnetcoresdk= 8.0 .100 - preview.4.23260 .5
55
55
CheckLastExitCode
56
56
}
57
57
}
You can’t perform that action at this time.
0 commit comments