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 @@ -3,6 +3,9 @@ name: MSBuild
3
3
on :
4
4
push :
5
5
branches : [ "main" ]
6
+ paths-ignore :
7
+ - LICENSE
8
+ - README.md
6
9
# pull_request:
7
10
# branches: [ "main" ]
8
11
@@ -167,6 +170,7 @@ jobs:
167
170
python "C:\PVS-Studio_Cmd.py" --settings "C:\Settings.xml" --target "${{env.SOLUTION_FILE_PATH}}\Detours.sln" --useSuppressFile "${{env.SOLUTION_FILE_PATH}}\SuppressionFile.suppress" --configuration Release --platform x64 --output "${{env.SOLUTION_FILE_PATH}}\build\x86_64\Debug\results.plog"
168
171
169
172
- name : Uploading results
173
+ if : always()
170
174
uses : actions/upload-artifact@v4
171
175
with :
172
176
name : Analysis
@@ -305,6 +309,7 @@ jobs:
305
309
run : python "C:\DeleakerConsole.py" --export-xml-report-on-exit "${{env.SOLUTION_FILE_PATH}}\build\x86_64\Release\report.xml" --run "${{env.SOLUTION_FILE_PATH}}\build\x86_64\Release\Detours.exe"
306
310
307
311
- name : Uploading results
312
+ if : always()
308
313
uses : actions/upload-artifact@v4
309
314
with :
310
315
name : DebugChecking
You can’t perform that action at this time.
0 commit comments