Skip to content

Commit 744ef8c

Browse files
committed
Install procdump after repo checkout
1 parent 609f143 commit 744ef8c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@ jobs:
8888
maximum-size: 32GB
8989
disk-root: "C:"
9090

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-
9891
- name: Install .NET SDK v${{ env.DOTNET_VERSION }}
9992
uses: actions/setup-dotnet@v4
10093
with:

0 commit comments

Comments
 (0)