Skip to content

Commit

Permalink
WIP: Create package for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mell committed Aug 9, 2024
1 parent 07789d6 commit aa928ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ jobs:
run: nuget restore AutoTx.sln

- name: Build solution
run: .\Scripts\msbuild\build\release.cmd
run: .\Scripts\msbuild\build\release.cmd

- name: Package release
run: .\Scripts\Make-Package.ps1

0 comments on commit aa928ff

Please sign in to comment.