Update build.yml

This commit is contained in:
Mark McDowall 2023-12-24 12:44:25 -08:00
parent cc96d74056
commit dc0def030a
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ jobs:
with: with:
dotnet-version: ${{ env.DOTNET_VERSION }} dotnet-version: ${{ env.DOTNET_VERSION }}
- name: Dotnet Version - name: Dotnet Version
run: dotnet -Version ${{ env.DOTNET_VERSION }} --version run: dotnet --list-sdks
- name: Dotnet Version
run: dotnet --version
- name: Dotnet Location - name: Dotnet Location
run: which dotnet run: which dotnet
- name: Enable Extra Platforms In SDK - name: Enable Extra Platforms In SDK