We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9135e2 commit 198e001Copy full SHA for 198e001
.github/workflows/pull-request.yml
@@ -22,14 +22,15 @@ jobs:
22
with:
23
dotnet-version: |
24
6.0.x
25
+ 8.0.x
26
- name: Restore
- run: dotnet restore -bl:restore.binlog
27
+ run: dotnet restore -bl:LocatorRestore.binlog
28
- name: Build
29
run: dotnet build --no-restore -bl:MSBuildLocator.binlog
30
- name: Test
31
run: dotnet test --no-build --verbosity normal
32
- name: Pack
- run: dotnet pack --no-build
33
+ run: dotnet pack --no-build --configuration Debug -bl:LocatorPack.binlog
34
- name: Upload Packages
35
uses: actions/upload-artifact@v2
36
0 commit comments