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 @@
-
+