From b191fc8feff02299e34f109ecf30d96a5949fda7 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 17 Oct 2017 16:32:12 -0700 Subject: [PATCH] Workaround issues with MSBuild variable subtitution and bash --- build/RuntimeStoreInstaller.targets | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/build/RuntimeStoreInstaller.targets b/build/RuntimeStoreInstaller.targets index 3159278722..bbeb93a645 100644 --- a/build/RuntimeStoreInstaller.targets +++ b/build/RuntimeStoreInstaller.targets @@ -32,8 +32,7 @@ - $(CoreFeedPrefix)/dotnet/Runtime/$(MicrosoftNETCoreApp20PackageVersion)/dotnet-runtime-$(MicrosoftNETCoreApp20PackageVersion)-linux-x64.tar.gz - $(RuntimeTargzLink)$(KOREBUILD_DOTNET_FEED_CREDENTIAL) + $(CoreFeedPrefix)/Runtime/$(MicrosoftNETCoreApp20PackageVersion)/dotnet-runtime-$(MicrosoftNETCoreApp20PackageVersion)-linux-x64.tar.gz @@ -52,7 +51,12 @@ - + + @@ -133,11 +137,6 @@ + + +