Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BadMagic100 authored Apr 8, 2024
1 parent d808ed0 commit 5813c93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
- name: Restore dependencies
run: dotnet restore
- name: Build
run: msbuild HKModTemplateAutomated.sln /property:Configuration=Release
run: msbuild HKModTemplateAutomated.sln -property:Configuration=Release

0 comments on commit 5813c93

Please sign in to comment.