Skip to content

Commit

Permalink
Merge branch 'msbuild' into pr/gh_actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hdk5 committed Nov 20, 2021
2 parents ff27413 + e6e5a0c commit bdea899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: deps\build.bat --machine ${{matrix.arch}}

- name: Build Taiga
run: msbuild "project\vs2019\Taiga.sln" /m /p:Configuration=Release /p:Platform=${{matrix.arch}}
run: msbuild "project\vs2022\Taiga.sln" /m /p:Configuration=Release /p:Platform=${{matrix.arch}}

- name: Build installer
run: makensis /DMACHINE=${{matrix.arch}} "setup\Taiga.nsi"
Expand Down

0 comments on commit bdea899

Please sign in to comment.