Skip to content

Commit 198e001

Browse files
Build with .NET SDK 8 in PR builds (#286)
1 parent b9135e2 commit 198e001

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ jobs:
2222
with:
2323
dotnet-version: |
2424
6.0.x
25+
8.0.x
2526
- name: Restore
26-
run: dotnet restore -bl:restore.binlog
27+
run: dotnet restore -bl:LocatorRestore.binlog
2728
- name: Build
2829
run: dotnet build --no-restore -bl:MSBuildLocator.binlog
2930
- name: Test
3031
run: dotnet test --no-build --verbosity normal
3132
- name: Pack
32-
run: dotnet pack --no-build
33+
run: dotnet pack --no-build --configuration Debug -bl:LocatorPack.binlog
3334
- name: Upload Packages
3435
uses: actions/upload-artifact@v2
3536
with:

0 commit comments

Comments
 (0)