Update build.yml
This commit is contained in:
parent
cc96d74056
commit
dc0def030a
|
@ -27,7 +27,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: ${{ env.DOTNET_VERSION }}
|
dotnet-version: ${{ env.DOTNET_VERSION }}
|
||||||
- name: Dotnet Version
|
- name: Dotnet Version
|
||||||
run: dotnet -Version ${{ env.DOTNET_VERSION }} --version
|
run: dotnet --list-sdks
|
||||||
|
- name: Dotnet Version
|
||||||
|
run: dotnet --version
|
||||||
- name: Dotnet Location
|
- name: Dotnet Location
|
||||||
run: which dotnet
|
run: which dotnet
|
||||||
- name: Enable Extra Platforms In SDK
|
- name: Enable Extra Platforms In SDK
|
||||||
|
|
Loading…
Reference in New Issue