Skip to content

Commit

Permalink
Build app project, not entire solution, because we're specifying a RID
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldaviva committed Jun 8, 2023
1 parent 768d5af commit 4180726
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 @@ -26,7 +26,7 @@ jobs:
run: dotnet restore --locked-mode --verbosity normal

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

- name: Test
shell: bash
Expand Down

0 comments on commit 4180726

Please sign in to comment.