diff --git a/.github/workflows/checkPullRequest.yml b/.github/workflows/checkPullRequest.yml index 8f313d0e3..71018c80c 100644 --- a/.github/workflows/checkPullRequest.yml +++ b/.github/workflows/checkPullRequest.yml @@ -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 @@ -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