We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8cc9f3 commit af27d30Copy full SHA for af27d30
src/wix/WixInstaller/WixInstaller.wixproj
@@ -23,7 +23,7 @@
23
<OutputPath>bin\$(Configuration)\</OutputPath>
24
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
25
<DefineConstants>Release;SOURCEPATH=..\..\..\..\..\Release;VERSION=$(ProductVersion);PRODUCTNAME=NServiceBus;MANUFACTURER=NServiceBus Ltd;VSIXPATH=$(VsixPath)</DefineConstants>
26
- <OutputName>NServiceBus v$(ProductVersion)</OutputName>
+ <OutputName>NServiceBus.v$(ProductVersion)</OutputName>
27
<SuppressPdbOutput>True</SuppressPdbOutput>
28
</PropertyGroup>
29
<ItemGroup>
0 commit comments