Add test action for listing sdks
This commit is contained in:
parent
4dba25fa31
commit
548033df28
|
@ -12,6 +12,14 @@ on:
|
|||
- '**.md'
|
||||
|
||||
jobs:
|
||||
check-installed:
|
||||
runs-on: 'windows-latest'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Clear toolcache
|
||||
shell: pwsh
|
||||
run: dotnet --list-sdks
|
||||
setup-version:
|
||||
runs-on: ${{ matrix.operating-system }}
|
||||
strategy:
|
||||
|
|
Loading…
Reference in New Issue