We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726afc7 commit 6738619Copy full SHA for 6738619
setup/FSharp.SDK/FSharp.SDK.wixproj
@@ -72,7 +72,7 @@
72
<Error Condition="'$(IsLangPack)' == ''" Text="A 'IsLangPack' property must be passed to the project." />
73
</Target>
74
75
- <Target Name="CopyMsiToInsertionFolder" AfterTargets="SignFiles">
+ <Target Name="CopyMsiToInsertionFolder" AfterTargets="Build">
76
<ItemGroup>
77
<MsiPath Include="$(OutDir)$(OutputName).msi" />
78
</ItemGroup>
0 commit comments