Reverse installation order of shared frameworks
This commit is contained in:
parent
7bdfb21c0d
commit
31a6da880f
1 changed files with 3 additions and 3 deletions
|
@ -108,12 +108,12 @@
|
||||||
|
|
||||||
<Exec Command="powershell -NoProfile -NoLogo $(SdkGenerateBundlePowershellScript)
|
<Exec Command="powershell -NoProfile -NoLogo $(SdkGenerateBundlePowershellScript)
|
||||||
'$(SdkInstallerFile)'
|
'$(SdkInstallerFile)'
|
||||||
'$(DownloadedSharedFrameworkInstallerFile)'
|
|
||||||
'$(DownloadedHostFxrInstallerFile)'
|
|
||||||
'$(DownloadedSharedHostInstallerFile)'
|
|
||||||
'$(AdditionalDownloadedSharedFrameworkInstallerFile)'
|
'$(AdditionalDownloadedSharedFrameworkInstallerFile)'
|
||||||
'$(AdditionalDownloadedHostFxrInstallerFile)'
|
'$(AdditionalDownloadedHostFxrInstallerFile)'
|
||||||
'$(AdditionalDownloadedSharedHostInstallerFile)'
|
'$(AdditionalDownloadedSharedHostInstallerFile)'
|
||||||
|
'$(DownloadedSharedFrameworkInstallerFile)'
|
||||||
|
'$(DownloadedHostFxrInstallerFile)'
|
||||||
|
'$(DownloadedSharedHostInstallerFile)'
|
||||||
'$(CombinedFrameworkSdkHostInstallerFile)'
|
'$(CombinedFrameworkSdkHostInstallerFile)'
|
||||||
'$(WixRoot)'
|
'$(WixRoot)'
|
||||||
'$(SdkBrandName)'
|
'$(SdkBrandName)'
|
||||||
|
|
Loading…
Reference in a new issue