Skip to content

Compiling options and arguments #57

Discussion options

You must be logged in to vote

Hi! The exact build actions can be found in here:

- name: Publish
shell: bash
run: dotnet publish ./DesktopClock/DesktopClock.csproj -o "publish" -c Release -r win-x64
- name: Create installer
shell: bash
run: |
dotnet tool install --global wix --version 4.0.5
wix build Product.wxs -o "publish/Install DesktopClock.msi"

The reason the exe is so small is because it's still using the .NET Framework, which yes, does need to be installed beforehand (but comes pre-installed with Windows).

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by codenotworking
Comment options

You must be logged in to vote
1 reply
@danielchalmers
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants