Skip to content

Commit

Permalink
Install .NET 6 SDK for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Sep 9, 2024
1 parent 902da84 commit e3456e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checkPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # 4.0.1
with:
global-json-file: global.json
dotnet-version: 6

- name: Build
run: dotnet build -c Release ./${{ github.event.repository.name }}.sln
Expand Down Expand Up @@ -48,6 +49,9 @@ jobs:
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # 4.0.1
with:
global-json-file: global.json
dotnet-version: |
6
7
- name: Start CosmosDb Emulator
uses: janpio/cosmos-emulator-github-action@8c35a1bfde25fc32234c163c044322af3f2e56e3
Expand Down

0 comments on commit e3456e2

Please sign in to comment.