Skip to content

Commit

Permalink
Update IsWiX.wixproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Painter, Christopher P authored and Painter, Christopher P committed Nov 20, 2023
1 parent 2363404 commit 8042233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/IsWiX/IsWiX.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<MSIProductVersion Condition=" '$(MSIProductVersion)' == '' ">$([System.Text.RegularExpressions.Regex]::Match($(BUILD_BUILDNUMBER), "\d+.\d+.\d+.\d+"))</MSIProductVersion>
<!-- Default to 0.0.1 for developer builds -->
<MSIProductVersion Condition=" '$(MSIProductVersion)' == '' ">0.0.1</MSIProductVersion>
<OutputName>IsWiX-$(MSIProductVersion)</OutputName>
<OutputName>IsWiX</OutputName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
<DefineConstants>Debug;MSIProductVersion=$(MSIProductVersion)</DefineConstants>
Expand Down

0 comments on commit 8042233

Please sign in to comment.