We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a655b commit 717f105Copy full SHA for 717f105
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
find . -name '*.pdb' -delete
58
59
- name: Delete PDB files (Windows)
60
- if: runner.os == 'Linux'
+ if: runner.os == 'Windows'
61
working-directory: Source/${{ env.SOLUTION_DIR }}
62
run: |
63
del /Q /F *.pdb
0 commit comments