Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhdk authored Nov 18, 2024
1 parent 451c7da commit b8bc9a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit b8bc9a4

Please sign in to comment.