Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/shinyorg/Health
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Oct 4, 2023
2 parents ccb2c5b + 3291ef2 commit e97b140
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:
- name: Add .NET Workloads
run: dotnet workload install maui ios android

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

- name: Build
run: dotnet msbuild Health.sln /restore -m -property:Configuration=Release -property:PublicRelease=true
#run: dotnet build Health.sln /restore -m -property:Configuration=Release -property:PublicRelease=true
run: msbuild Shiny.Health/Shiny.Health.csproj -t:rebuild /restore -m -property:Configuration=Release -property:PublicRelease=true

- name: Post NuGet Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e97b140

Please sign in to comment.