Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PublishProfile version of built executable not included with installer #965

Open
TheOlympicon opened this issue Jun 3, 2023 · 0 comments

Comments

@TheOlympicon
Copy link
Contributor

Looks like the build command needs appending with a publish arg so that Appveyor knows to do a publish step as part of the build.

According to the appveyor documentation (https://www.appveyor.com/docs/build-phase/), we need to include an msbuild.rsp file in the project that adds the arg to the build command.

The NSIS script will need modifying to import the published artifacts too.


As a task to pick up at a later date, could be worth sorting through the runtimes included in the installer. If we're forcing the app to store all its .NET dependencies internally, we might not need as many dll's in the installer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant