Skip to content

Commit 6738619

Browse files
author
Omar Tawfik
committed
Copy MSIs to insertion folder regardless of signing
1 parent 726afc7 commit 6738619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/FSharp.SDK/FSharp.SDK.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<Error Condition="'$(IsLangPack)' == ''" Text="A 'IsLangPack' property must be passed to the project." />
7373
</Target>
7474

75-
<Target Name="CopyMsiToInsertionFolder" AfterTargets="SignFiles">
75+
<Target Name="CopyMsiToInsertionFolder" AfterTargets="Build">
7676
<ItemGroup>
7777
<MsiPath Include="$(OutDir)$(OutputName).msi" />
7878
</ItemGroup>

0 commit comments

Comments
 (0)