File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,11 @@ jobs:
169
169
$inspectCodeOutputPath = Join-Path $env:RUNNER_TEMP 'jetbrains-inspectcode-results.xml'
170
170
Write-Output "INSPECT_CODE_OUTPUT_PATH=$inspectCodeOutputPath" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
171
171
dotnet jb inspectcode JsonApiDotNetCore.sln --build --dotnetcoresdk=$(dotnet --version) --output="$inspectCodeOutputPath" --format="xml" --profile=WarningSeverities.DotSettings --properties:Configuration=Release --properties:ContinuousIntegrationBuild=false --properties:RunAnalyzers=false --severity=WARNING --verbosity=WARN -dsl=GlobalAll -dsl=GlobalPerProduct -dsl=SolutionPersonal -dsl=ProjectPersonal
172
+ - name : Upload output to artifacts
173
+ uses : actions/upload-artifact@v4
174
+ with :
175
+ name : InspectCode-${{ matrix.os }}
176
+ path : ${{ env.INSPECT_CODE_OUTPUT_PATH }}
172
177
- name : Verify outcome
173
178
shell : pwsh
174
179
run : |
You can’t perform that action at this time.
0 commit comments