Skip to content

Commit

Permalink
Setting FILESTOSIGNLATER
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmyers committed Aug 22, 2024
1 parent 22d8306 commit 12f15d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Installer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
</PropertyGroup>
<!-- Suppress ICE30 because we install the specific version of AutoFac that we need and not the Chorus Merge Module version -->
<!-- Since Chorus does have one, we end up with an ICE warning for double ref counting -->
<Exec WorkingDirectory="$(BaseBuildDir)" Command="(set SuppressICE=-sice:ICE30) &amp; buildBaseInstaller.bat $(BaseBuildArgs)" />
<Exec WorkingDirectory="$(BaseBuildDir)" Command="(set SuppressICE=-sice:ICE30) &amp; (set FILESTOSIGNLATER=$(MsiFile)) &amp; buildBaseInstaller.bat $(BaseBuildArgs)" />

<ItemGroup>
<InstallerFiles Include="$(BaseBuildDir)/**/$(SafeApplicationName)_*.exe"/>
Expand Down

0 comments on commit 12f15d2

Please sign in to comment.