Skip to content

Extend Velopack.Build to support enhanced debugging #31

@caesay

Description

@caesay

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}\current sub-folder.
  • Update.exe copied to {build}\Update.exe.
  • {build}\current\sq.version manifest created containing product name, version etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions