Skip to content

Commit

Permalink
Add logging and pack debug for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
rainersigwald committed Mar 15, 2024
1 parent d8bf4e3 commit a4c95b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
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 a4c95b3

Please sign in to comment.