Update build.yml

This commit is contained in:
Mark McDowall 2023-12-24 12:11:52 -08:00
parent 5d41d51c04
commit 292458d926
1 changed files with 3 additions and 1 deletions

View File

@ -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