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 609f143 commit 744ef8cCopy full SHA for 744ef8c
1 file changed
.github/workflows/build.yml
@@ -88,13 +88,6 @@ jobs:
88
maximum-size: 32GB
89
disk-root: "C:"
90
91
- - name: Install procdump
92
- if: ${{ env.ENABLE_DIAGNOSTICS == 'true' }}
93
- shell: pwsh
94
- run: |
95
- Invoke-WebRequest -Uri https://download.sysinternals.com/files/Procdump.zip -OutFile Procdump.zip
96
- Expand-Archive -Path Procdump.zip -DestinationPath ${{ env.PROCDUMP_PATH }}
97
-
98
- name: Install .NET SDK v${{ env.DOTNET_VERSION }}
99
uses: actions/setup-dotnet@v4
100
with:
0 commit comments