diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d47a5ad5b..4784205e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: ${{ env.DOTNET_VERSION }} - - name: Dotnet Version + - name: Dotnet List SDKs run: dotnet --list-sdks - name: Dotnet Version run: dotnet --version