Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add logging and pack debug for PR
  • Loading branch information
rainersigwald committed Mar 15, 2024
commit a4c95b323bcd87d1d8cac9c7a4674946d0b4ffc1
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