Update build.yml

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

View File

@ -26,7 +26,7 @@ jobs:
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:
dotnet-version: ${{ env.DOTNET_VERSION }} dotnet-version: ${{ env.DOTNET_VERSION }}
- name: Dotnet Version - name: Dotnet List SDKs
run: dotnet --list-sdks run: dotnet --list-sdks
- name: Dotnet Version - name: Dotnet Version
run: dotnet --version run: dotnet --version