Skip to content

Commit

Permalink
Taskkill dotnet.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Nov 14, 2024
1 parent 6a1504e commit 6be275d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sizestats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
runtime/artifacts/bin/coreclr/${{ matrix.os }}.x64.Release/ilc-published
runtime/artifacts/bin/microsoft.netcore.app.runtime.${{ matrix.osrid }}-x64/Release/runtimes/${{ matrix.osrid }}-x64/lib/net10.0
runtime/artifacts/bin/microsoft.netcore.app.runtime.${{ matrix.osrid }}-x64/Release/runtimes/${{ matrix.osrid }}-x64/native
- name: Taskkill dotnet.exe
if: ${{ matrix.os == 'windows' }}
run: taskkill -im dotnet.exe -f
- name: Build compare
run: |
cd runtime
Expand Down

0 comments on commit 6be275d

Please sign in to comment.