Skip to content

Commit

Permalink
Debug Installer build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ermshiperete committed Jul 13, 2021
1 parent 6c4cea9 commit 08b6954
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/WixPatchableInstaller.targets
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="BuildRelease" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="14.0">
<Project DefaultTargets="BuildRelease" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Configuration properties - Review and edit these values as needed. -->
<PropertyGroup>
<CopyrightYear>2021</CopyrightYear>
Expand Down Expand Up @@ -57,6 +57,8 @@
<!-- Build Directories -->
<AppBuildDir>$(InstallersBaseDir)/$(SafeApplicationName)_$(MinorVersion)_Build</AppBuildDir>
</PropertyGroup>

<Message Text="InstallerVersionNumbers: Version=$(Version), Major=$(MajorVersion), Minor=$(MinorVersion), Patch=$(PatchVersion), Build=$(BuildVersion), VersionSeg4=$(VersionSeg4)" />
</Target>

<!-- Build Directories -->
Expand Down

0 comments on commit 08b6954

Please sign in to comment.