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