diff --git a/build/repo.targets b/build/repo.targets
index 0eb7b0e245..b267de7f01 100644
--- a/build/repo.targets
+++ b/build/repo.targets
@@ -32,6 +32,8 @@
$(ArtifactsDir)temp\
$(RepositoryRoot)tools\
$(RepositoryRoot).deps\build\
+ $(ToolsDir)Build.RuntimeStore.References\
+ $(RuntimeStoreReferenceDirectory)bin\Release\
$(PrepareDependsOn);
UpdateNuGetConfig
@@ -52,6 +54,8 @@
+
+
win$(PACKAGE_CACHE_PLATFORM)
linux
@@ -64,10 +68,25 @@
$(ArtifactsDir)Build.RS.$(OutputZipSufix).zip
+
+
+
+
+
+
+
-
+
+
+
diff --git a/src/Microsoft.AspNetCore.RuntimeStore/Microsoft.AspNetCore.RuntimeStore.csproj b/src/Microsoft.AspNetCore.RuntimeStore/Microsoft.AspNetCore.RuntimeStore.csproj
index 3cce763f2b..0e7105f770 100644
--- a/src/Microsoft.AspNetCore.RuntimeStore/Microsoft.AspNetCore.RuntimeStore.csproj
+++ b/src/Microsoft.AspNetCore.RuntimeStore/Microsoft.AspNetCore.RuntimeStore.csproj
@@ -7,6 +7,6 @@
-
+
diff --git a/tools/Build.RuntimeStore.References/Build.RuntimeStore.References.csproj b/tools/Build.RuntimeStore.References/Build.RuntimeStore.References.csproj
new file mode 100644
index 0000000000..4a3a2eaaec
--- /dev/null
+++ b/tools/Build.RuntimeStore.References/Build.RuntimeStore.References.csproj
@@ -0,0 +1,13 @@
+
+
+
+
+
+ false
+ netcoreapp2.0
+
+
+
+
+
+