Skip to content

Commit 05d2f6e

Browse files
committed
Fixed wrong msi name in build script
1 parent 16703ae commit 05d2f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/Build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<Target Name="GenerateMsi" DependsOnTargets="GetVersion">
1919
<MsiTask
20-
FileName="BizTalkComponents.PipelineComponents.CopyContextProperty_%(Info.AssemblyInformationalVersion).msi"
20+
FileName="BizTalkComponents.PipelineComponents.HttpDisassembler%(Info.AssemblyInformationalVersion).msi"
2121
DestinationPath="$(DestinationPath)"
2222
ApplicationName="$(ApplicationName)"
2323
SourceLocation="C:\%(Info.AssemblyInformationalVersion)"

0 commit comments

Comments
 (0)