From c5c4ff4b9c84b6f00c4fa1b819219a5a2cc11c65 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 22 Feb 2018 14:14:00 -0800 Subject: [PATCH] Add SDK feed override (#157) --- build/repo.targets | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/repo.targets b/build/repo.targets index 76615ff5f6..0fc7d61a77 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -5,6 +5,8 @@ True <_SdkVersion>$(SITE_EXTENSION_SDK_VERSION) <_SdkVersion Condition="'$(_SdkVersion)' == ''">$([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName('$(MSBuildExtensionsPath)')))) + <_SdkFeed>$(SITE_EXTENSION_SDK_FEED) + <_SdkFeed Condition="'$(_SdkFeed)' == ''">$(DefaultDotNetAssetFeed) $(RepositoryRoot).test-dotnet\ $(RepositoryRoot)artifacts\apps $(TestDotNetPath)extension\ @@ -26,7 +28,7 @@ - +