From 91b852136bd28006f48c9323bccab1a2feabbf40 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 9 Jan 2018 08:49:28 -0800 Subject: [PATCH] Update publish step to support pushing all assets to the transport feed --- build/Publish.targets | 55 +++++++++++++++++++++++++++++++++++++++---- build/repo.props | 3 +++ 2 files changed, 53 insertions(+), 5 deletions(-) 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