Update build.yml

This commit is contained in:
Mark McDowall 2023-12-24 12:30:14 -08:00
parent 9c78f87863
commit bebcdd10d7
1 changed files with 2 additions and 0 deletions

View File

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