Update build.yml
This commit is contained in:
parent
292458d926
commit
201c761770
|
@ -26,9 +26,8 @@ jobs:
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: ${{ env.DOTNET_VERSION }}
|
dotnet-version: ${{ env.DOTNET_VERSION }}
|
||||||
|
run: dotnet --version
|
||||||
- name: Dotnet Version
|
- name: Dotnet Version
|
||||||
with:
|
|
||||||
dotnet-version: ${{ env.DOTNET_VERSION }}
|
|
||||||
run: dotnet --version
|
run: dotnet --version
|
||||||
- name: Enable Extra Platforms In SDK
|
- name: Enable Extra Platforms In SDK
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue