Skip to content

Commit 59b3457

Browse files
authored
Update msbuild.yml
1 parent 9c5f690 commit 59b3457

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/msbuild.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: MSBuild
33
on:
44
push:
55
branches: [ "main" ]
6+
paths-ignore:
7+
- LICENSE
8+
- README.md
69
# pull_request:
710
# branches: [ "main" ]
811

@@ -167,6 +170,7 @@ jobs:
167170
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"
168171
169172
- name: Uploading results
173+
if: always()
170174
uses: actions/upload-artifact@v4
171175
with:
172176
name: Analysis
@@ -305,6 +309,7 @@ jobs:
305309
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"
306310

307311
- name: Uploading results
312+
if: always()
308313
uses: actions/upload-artifact@v4
309314
with:
310315
name: DebugChecking

0 commit comments

Comments
 (0)