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