From 508501a5732429c598835346bd9b646b2b664cf0 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 7 Aug 2017 16:06:50 -0700 Subject: [PATCH] Skip installing 1.0.5 and 1.1.2 shared runtime for debian installer builds --- build/repo.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/build/repo.targets b/build/repo.targets index f02ea34b4c..6caa557275 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -857,6 +857,7 @@ --rm -v $(RepositoryRoot):$(DockerRootDirectory) -e DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true + -e KOREBUILD_SKIP_OLD_RUNTIME_INSTALL=true -e BuildNumber=$(BuildNumber) -e RUNTIMESTORE_TIMESTAMP_INSTALLERNAME=$(RuntimeStoreTimestampInstallerPackageName) -e RUNTIMESTORE_NOTIMESTAMP_INSTALLERNAME=$(RuntimeStoreNoTimestampInstallerPackageName)