Skip to content

Commit

Permalink
Build with .NET SDK 8 in PR builds (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainersigwald committed Mar 15, 2024
1 parent b9135e2 commit 198e001
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ jobs:
with:
dotnet-version: |
6.0.x
8.0.x
- name: Restore
run: dotnet restore -bl:restore.binlog
run: dotnet restore -bl:LocatorRestore.binlog
- name: Build
run: dotnet build --no-restore -bl:MSBuildLocator.binlog
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Pack
run: dotnet pack --no-build
run: dotnet pack --no-build --configuration Debug -bl:LocatorPack.binlog
- name: Upload Packages
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 198e001

Please sign in to comment.