Update build.yml
This commit is contained in:
parent
5d41d51c04
commit
292458d926
|
@ -25,8 +25,10 @@ jobs:
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: 6.0.405
|
dotnet-version: ${{ env.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