Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Aug 27, 2022
1 parent 3a6efbf commit b46062e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
- name: Add .NET 6 Workloads
run: dotnet workload install maui ios android maccatalyst

- name: Add msbuild to PATH
uses: microsoft/[email protected]

- name: Build
run: dotnet msbuild Build.slnf -property:PublicRelease=true -property:Configuration=Release
run: msbuild Build.slnf /restore /p:Configuration=Release /p:PublicRelease=true

- name: Publish to Nuget
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/v') }}
Expand Down

0 comments on commit b46062e

Please sign in to comment.