Skip to content

Commit e766f5c

Browse files
authored
Update msbuild.yml
1 parent bf0c142 commit e766f5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/msbuild.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@ jobs:
196196
if: always()
197197
timeout-minutes: 3
198198
working-directory: ${{env.GITHUB_WORKSPACE}}
199-
run: python "C:\DeleakerConsole.py" --ignore-uid "0x32A2F4F2,0xCB1FC02B,0xDEE7BB7D" --max-allow-leaks 6 --export-xml-report-on-exit "${{env.SOLUTION_FILE_PATH}}\build\x86\Debug\report.xml" --run "${{env.SOLUTION_FILE_PATH}}\build\x86\Debug\Detours.exe"
199+
run: python "C:\DeleakerConsole.py" --export-xml-report-on-exit "${{env.SOLUTION_FILE_PATH}}\build\x86\Debug\report.xml" --run "${{env.SOLUTION_FILE_PATH}}\build\x86\Debug\Detours.exe"
200200

201201
- name: Checking Debug (x86_64)
202202
if: always()
203203
timeout-minutes: 3
204204
working-directory: ${{env.GITHUB_WORKSPACE}}
205-
run: python "C:\DeleakerConsole.py" --ignore-uid "0x32A2F4F2,0xCB1FC02B,0xDEE7BB7D" --max-allow-leaks 6 --export-xml-report-on-exit "${{env.SOLUTION_FILE_PATH}}\build\x86_64\Debug\report.xml" --run "${{env.SOLUTION_FILE_PATH}}\build\x86_64\Debug\Detours.exe"
205+
run: python "C:\DeleakerConsole.py" --export-xml-report-on-exit "${{env.SOLUTION_FILE_PATH}}\build\x86_64\Debug\report.xml" --run "${{env.SOLUTION_FILE_PATH}}\build\x86_64\Debug\Detours.exe"
206206

207207
- name: Uploading results
208208
uses: actions/upload-artifact@v4
@@ -236,13 +236,13 @@ jobs:
236236
if: always()
237237
timeout-minutes: 3
238238
working-directory: ${{env.GITHUB_WORKSPACE}}
239-
run: python "C:\DeleakerConsole.py" --ignore-uid "0x07F0B63D,0xDC959941,0x79897FA1,0x0A236221,0xB6A39B29" --max-allow-leaks 6 --export-xml-report-on-exit "${{env.SOLUTION_FILE_PATH}}\build\x86\Release\report.xml" --run "${{env.SOLUTION_FILE_PATH}}\build\x86\Release\Detours.exe"
239+
run: python "C:\DeleakerConsole.py" --max-allow-leaks 6 --export-xml-report-on-exit "${{env.SOLUTION_FILE_PATH}}\build\x86\Release\report.xml" --run "${{env.SOLUTION_FILE_PATH}}\build\x86\Release\Detours.exe"
240240

241241
- name: Checking Release (x86_64)
242242
if: always()
243243
timeout-minutes: 3
244244
working-directory: ${{env.GITHUB_WORKSPACE}}
245-
run: python "C:\DeleakerConsole.py" --ignore-uid "0x07F0B63D,0xDC959941,0x79897FA1,0x0A236221,0xB6A39B29" --max-allow-leaks 6 --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"
245+
run: python "C:\DeleakerConsole.py" --max-allow-leaks 6 --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"
246246

247247
- name: Uploading results
248248
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)