File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ function CheckLastExitCode {
88
99function RunInspectCode {
1010 $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= WARN - dsl= GlobalAll - dsl= GlobalPerProduct - dsl= SolutionPersonal - dsl= ProjectPersonal
11+ dotnet jb inspectcode JsonApiDotNetCore.sln -- build -- output= " $outputPath " -- profile= WarningSeverities.DotSettings -- properties:Configuration= Release -- severity= WARNING -- verbosity= WARN - dsl= GlobalAll - dsl= GlobalPerProduct - dsl= SolutionPersonal - dsl= ProjectPersonal
1212 CheckLastExitCode
1313
1414 [xml ]$xml = Get-Content " $outputPath "
You can’t perform that action at this time.
0 commit comments