Skip to content

Commit 663be80

Browse files
committed
Fix msi file name
1 parent d668a10 commit 663be80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/BizTalkComponents.PipelineComponents.PromoteDbQueryResult.PromoteDbQueryResult.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111
<Target Name="GenerateMsi">
1212
<MsiTask
13-
FileName="BizTalkComponents.PipelineComponents1.7.0.1.msi"
13+
FileName="BizTalkComponents.PipelineComponents.PromoteDbQueryResult.1.7.0.1.msi"
1414
DestinationPath="$(DestinationPath)"
1515
ApplicationName="$(ApplicationName)"
1616
SourceLocation="C:\%(Info.AssemblyInformationalVersion)"

0 commit comments

Comments
 (0)