From b8bc9a453cb6b8a8d343dfe096144eb97b453434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brian=20Holmg=C3=A5rd=20Kristensen?= Date: Mon, 18 Nov 2024 16:41:30 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 264b9ef..236b98d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,12 @@ jobs: with: dotnet-version: ${{ matrix.config.dotnet-version }} + - name: List installed SDKs + run: dotnet --list-sdks + + - name: Use .NET CLI Version ${{ matrix.config.dotnet-version }} + run: dotnet --version + - name: Build with dotnet run: dotnet build src/Relewise.Client.Extensions/ --configuration Debug --framework ${{ matrix.config.framework }}