Update build.yml
This commit is contained in:
parent
9c78f87863
commit
bebcdd10d7
|
@ -28,6 +28,8 @@ jobs:
|
||||||
dotnet-version: ${{ env.DOTNET_VERSION }}
|
dotnet-version: ${{ env.DOTNET_VERSION }}
|
||||||
- name: Dotnet Version
|
- name: Dotnet Version
|
||||||
run: dotnet --version
|
run: dotnet --version
|
||||||
|
- name: Dotnet Location
|
||||||
|
run: which dotnet
|
||||||
- name: Enable Extra Platforms In SDK
|
- name: Enable Extra Platforms In SDK
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue