Skip to content

Commit

Permalink
Restore project default runtimes, not just linux-arm, to try to make …
Browse files Browse the repository at this point in the history
…NuGet happy with the package lock file
  • Loading branch information
Aldaviva committed Jun 8, 2023
1 parent 08f3355 commit 768d5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
domain: ${{ github.repository_owner }}

- name: Restore
run: dotnet restore --runtime ${{ env.TargetPlatform }} --locked-mode --verbosity normal
run: dotnet restore --locked-mode --verbosity normal

- name: Build
run: dotnet build --no-restore --configuration Release --runtime ${{ env.TargetPlatform }} --no-self-contained --verbosity normal
Expand Down

0 comments on commit 768d5af

Please sign in to comment.