-
-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The Velopack.Build project provides msbuild integration, and it would be sweet if it was capable of modifying the build output to emit important files and folder structure (like Update.exe, sq.version, etc) so that the resulting app could be debugged by visual studio.
This diagnostics mode should default to ON in debug configuration, and OFF in release configuration, but can be overridden in the csproj.
The 3 things required for debugging to work is:
- build output created in a
{build}\currentsub-folder. - Update.exe copied to
{build}\Update.exe. {build}\current\sq.versionmanifest created containing product name, version etc.
Rwing
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request