Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RenardDev authored Sep 19, 2024
1 parent 9c5f690 commit 59b3457
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: MSBuild
on:
push:
branches: [ "main" ]
paths-ignore:
- LICENSE
- README.md
# pull_request:
# branches: [ "main" ]

Expand Down Expand Up @@ -167,6 +170,7 @@ jobs:
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"
- name: Uploading results
if: always()
uses: actions/upload-artifact@v4
with:
name: Analysis
Expand Down Expand Up @@ -305,6 +309,7 @@ jobs:
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"

- name: Uploading results
if: always()
uses: actions/upload-artifact@v4
with:
name: DebugChecking
Expand Down

0 comments on commit 59b3457

Please sign in to comment.