diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 208a8443b..d47a5ad5b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,9 @@ jobs: with: dotnet-version: ${{ env.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 run: which dotnet - name: Enable Extra Platforms In SDK