Merge pull request #5488 from piotrpMSFT/piotrpMSFT/issue/InstallationOrder
Reverse installation order of shared frameworks
This commit is contained in:
commit
c740fa8f43
1 changed files with 3 additions and 3 deletions
|
@ -108,12 +108,12 @@
|
|||
|
||||
<Exec Command="powershell -NoProfile -NoLogo $(SdkGenerateBundlePowershellScript)
|
||||
'$(SdkInstallerFile)'
|
||||
'$(DownloadedSharedFrameworkInstallerFile)'
|
||||
'$(DownloadedHostFxrInstallerFile)'
|
||||
'$(DownloadedSharedHostInstallerFile)'
|
||||
'$(AdditionalDownloadedSharedFrameworkInstallerFile)'
|
||||
'$(AdditionalDownloadedHostFxrInstallerFile)'
|
||||
'$(AdditionalDownloadedSharedHostInstallerFile)'
|
||||
'$(DownloadedSharedFrameworkInstallerFile)'
|
||||
'$(DownloadedHostFxrInstallerFile)'
|
||||
'$(DownloadedSharedHostInstallerFile)'
|
||||
'$(CombinedFrameworkSdkHostInstallerFile)'
|
||||
'$(WixRoot)'
|
||||
'$(SdkBrandName)'
|
||||
|
|
Loading…
Reference in a new issue