Skip to content

Commit

Permalink
Use build script for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mell committed Aug 9, 2024
1 parent adbf455 commit 782d6c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ jobs:
run: nuget restore AutoTx.sln

- name: Build solution
run: msbuild AutoTx.sln -t:rebuild -property:Configuration=Release
run: .\Scripts\msbuild\build\release.cmd
# run: msbuild AutoTx.sln -t:rebuild -property:Configuration=Release
# msbuild AutoTx.sln /t:Build /p:Configuration=Release <- from the

0 comments on commit 782d6c7

Please sign in to comment.