Skip to content

Commit

Permalink
wtf c#?
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed Aug 21, 2024
1 parent 9012cec commit 8fee118
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,15 @@ jobs:
- name: dotnet test
run: |
Invoke-WebRequest -Uri 'https://github.com/dotnet/cli-lab/releases/download/1.7.521001/dotnet-core-uninstall-1.7.521001.msi' -OutFile dotnet-core-uninstall.msi
- name: dotnet test
run: |
dotnet --info
- name: dotnet test
run: |
msiexec /i dotnet-core-uninstall.msi /quiet /passive
- name: dotnet test
run: |
dotnet-core-uninstall -h
- name: dotnet test
run: |
dotnet-core-uninstall list

0 comments on commit 8fee118

Please sign in to comment.