Merge pull request #3976 from dotnet/piotrpMSFT/sign-build3
Add missing dependencies to bundle targets
This commit is contained in:
commit
6aef420ba8
1 changed files with 4 additions and 2 deletions
|
@ -141,13 +141,15 @@
|
||||||
Condition=" '$(OS)' == 'Windows_NT'" />
|
Condition=" '$(OS)' == 'Windows_NT'" />
|
||||||
|
|
||||||
<!-- These targets are used in signing, don't remove them! -->
|
<!-- These targets are used in signing, don't remove them! -->
|
||||||
<Target Name="ExtractEngineFromSdkBundle">
|
<Target Name="ExtractEngineFromSdkBundle"
|
||||||
|
DependsOnTargets="MsiTargetsSetupInputOutputs">
|
||||||
<Exec Command="$(WixRoot)/insignia.exe
|
<Exec Command="$(WixRoot)/insignia.exe
|
||||||
-ib $(CombinedFrameworkSdkHostInstallerFile)
|
-ib $(CombinedFrameworkSdkHostInstallerFile)
|
||||||
-o $(CombinedFrameworkSdkHostBundleEngineName)" />
|
-o $(CombinedFrameworkSdkHostBundleEngineName)" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="ReattachEngineToSdkBundle">
|
<Target Name="ReattachEngineToSdkBundle"
|
||||||
|
DependsOnTargets="MsiTargetsSetupInputOutputs">
|
||||||
<Exec Command="$(WixRoot)/insignia.exe
|
<Exec Command="$(WixRoot)/insignia.exe
|
||||||
-ab $(CombinedFrameworkSdkHostInstallerFile)
|
-ab $(CombinedFrameworkSdkHostInstallerFile)
|
||||||
-o $(CombinedFrameworkSdkHostBundleEngineName)" />
|
-o $(CombinedFrameworkSdkHostBundleEngineName)" />
|
||||||
|
|
Loading…
Reference in a new issue