From 3ae799c9c8395c61403332f3a41ea36170de7394 Mon Sep 17 00:00:00 2001 From: John Luo Date: Wed, 26 Apr 2017 13:17:26 -0700 Subject: [PATCH] Zip store and deps together --- build/repo.targets | 26 ++++++++++++------- .../Microsoft.AspNetCore.RuntimeStore.csproj | 6 +++-- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/build/repo.targets b/build/repo.targets index 5084b3c26c..787bead341 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -5,9 +5,10 @@ $(RepositoryRoot)src\Microsoft.AspNetCore.RuntimeStore\ $(MetaPackagePath)Microsoft.AspNetCore.RuntimeStore.csproj $(MetaPackagePath)bin\work\ - $(MetaPackagePath)bin\packageCache\ + $(MetaPackagePath)bin\packageCache\ $(MetaPackagePath)bin\deps\ $(RepositoryRoot)artifacts\ + $(ArtifactsDir)zip\ $(ArtifactsDir)temp\ $(RepositoryRoot)tools\ $(RepositoryRoot).deps\build\ @@ -41,7 +42,6 @@ osx $(ArtifactsDir)Build.RuntimeStore.$(OutputZipSufix)-$(VersionSuffix).zip - $(ArtifactsDir)Build.Deps.$(OutputZipSufix)-$(VersionSuffix).zip @@ -59,23 +59,29 @@ - + - - + + - - + manifest.%(RIDs.Identity).xml + - - + - + + + + + + + + diff --git a/src/Microsoft.AspNetCore.RuntimeStore/Microsoft.AspNetCore.RuntimeStore.csproj b/src/Microsoft.AspNetCore.RuntimeStore/Microsoft.AspNetCore.RuntimeStore.csproj index 23c1cf58ee..27d7905342 100644 --- a/src/Microsoft.AspNetCore.RuntimeStore/Microsoft.AspNetCore.RuntimeStore.csproj +++ b/src/Microsoft.AspNetCore.RuntimeStore/Microsoft.AspNetCore.RuntimeStore.csproj @@ -12,9 +12,11 @@ - + + $([System.String]::Copy('%(Filename)').Replace('.deps','')) + - + \ No newline at end of file