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 fd6e1ec commit bda682bCopy full SHA for bda682b
.github/workflows/build.yml
@@ -59,8 +59,8 @@ jobs:
59
- name: Delete PDB files (Windows)
60
if: runner.os == 'Windows'
61
working-directory: Source/${{ env.SOLUTION_DIR }}
62
- run: |
63
- for /f "delims=" %i in ('dir /b /a-d *.pdb') do del "%i"
+ run: Remove-Item -Path '*.pdb' -Force
+ shell: pwsh
64
65
- uses: vimtor/action-zip@v1
66
with:
0 commit comments