Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Changes from all commits
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
5 changes: 3 additions & 2 deletions 5 .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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.