diff --git a/build/Publish.targets b/build/Publish.targets
index 73c8473564..0e292b1f12 100644
--- a/build/Publish.targets
+++ b/build/Publish.targets
@@ -2,15 +2,30 @@
$(RepositoryRoot).deps\assets\
+ $(RepositoryRoot).deps\packages\
aspnetcore_base_runtime.version
$(IntermediateDir)$(BaseRuntimeVersionFileName)
latest.aspnetcore.version
$(IntermediateDir)$(LatestRuntimeVersionFileName)
+
+
+ PrepareOutputPaths;
+ GetFilesToPublish;
+ CopyToPublishArtifacts;
+ PublishToAzureFeed;
+ PublisthToTransportFeed;
+ $(PublishDependsOn);
+
+
+
+ false
+ 8
+ assets
+ $(BlobFileRelativePathBase)/
-
+
@@ -95,10 +110,12 @@
text/plain
true
+
+
+
-
-
+
@@ -110,7 +127,8 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/build/repo.props b/build/repo.props
index 38277d7102..3f4d8c4a5c 100644
--- a/build/repo.props
+++ b/build/repo.props
@@ -50,7 +50,10 @@
+
true
+
+ true