From 1bfe2e40dfc455c9e55cac5f47021dc5e9c40bf5 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 18 Oct 2017 07:30:44 -0700 Subject: [PATCH] Set filepath properties in global build context, not the local targets --- build/RuntimeStoreInstaller.targets | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/build/RuntimeStoreInstaller.targets b/build/RuntimeStoreInstaller.targets index 8e8ac07495..1d5c244277 100644 --- a/build/RuntimeStoreInstaller.targets +++ b/build/RuntimeStoreInstaller.targets @@ -20,6 +20,10 @@ $(KOREBUILD_DOTNET_FEED_UNCACHED) https://dotnetcli.blob.core.windows.net/dotnet + + $(CoreFeedPrefix)/Runtime/$(MicrosoftNETCoreApp20PackageVersion)/dotnet-runtime-$(MicrosoftNETCoreApp20PackageVersion)-linux-x64.tar.gz + $(_TimestampRSSource)aspnetcore-store-$(PackageVersion)-linux-x64.tar.gz + $(_TimestampFreeRSSource)aspnetcore-store-$(PackageVersionNoTimestamp)-linux-x64.tar.gz @@ -32,15 +36,6 @@ - - $(CoreFeedPrefix)/Runtime/$(MicrosoftNETCoreApp20PackageVersion)/dotnet-runtime-$(MicrosoftNETCoreApp20PackageVersion)-linux-x64.tar.gz - - - - $(_TimestampRSSource)aspnetcore-store-$(PackageVersion)-linux-x64.tar.gz - $(_TimestampFreeRSSource)aspnetcore-store-$(PackageVersionNoTimestamp)-linux-x64.tar.gz - - @@ -307,7 +302,7 @@ - +