From 537a735d30705fab71e0760d5133236b4d8d4541 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 24 Oct 2017 12:36:12 -0700 Subject: [PATCH] Fix target dependencies --- build/RuntimeStoreInstaller.targets | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build/RuntimeStoreInstaller.targets b/build/RuntimeStoreInstaller.targets index 0868fa6dee..08f6ecf3a8 100644 --- a/build/RuntimeStoreInstaller.targets +++ b/build/RuntimeStoreInstaller.targets @@ -90,7 +90,7 @@ - + @@ -112,7 +112,7 @@ - + @@ -131,15 +131,15 @@ + Properties="DependentArchives=$(DependentArchives);RSArchive=$(TimestampRSArchive);OutputArchiveName=$(HostingArchiveName)" /> + Properties="DependentArchives=$(DependentArchives);RSArchive=$(TimestampFreeLinuxRSArchive);OutputArchiveName=$(TimestampFreeHostingArchiveName)" /> - + @@ -167,12 +167,12 @@ + Properties="DependentArchives=$(_InstallerSource)%(TargzArchives.Identity);RSArchive=%(TargzArchives.RSArchive);OutputArchiveName=%(TargzArchives.Identity)" /> + Properties="DependentArchives=$(_InstallerSource)%(ZipArchives.Identity);RSArchive=%(ZipArchives.RSArchive);OutputArchiveName=%(ZipArchives.Identity)" />