Update build.yml
This commit is contained in:
parent
dc0def030a
commit
2ee7b27ad7
|
@ -26,7 +26,7 @@ jobs:
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: ${{ env.DOTNET_VERSION }}
|
dotnet-version: ${{ env.DOTNET_VERSION }}
|
||||||
- name: Dotnet Version
|
- name: Dotnet List SDKs
|
||||||
run: dotnet --list-sdks
|
run: dotnet --list-sdks
|
||||||
- name: Dotnet Version
|
- name: Dotnet Version
|
||||||
run: dotnet --version
|
run: dotnet --version
|
||||||
|
|
Loading…
Reference in New Issue