From 485cf19ab6364fd415a6cb2a903b64da335ab68d Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 27 Apr 2017 18:14:14 -0700 Subject: [PATCH] Hack a no timestamp version of the runtime store and deps file --- build/repo.targets | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/build/repo.targets b/build/repo.targets index f7c618d778..b67441362e 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -15,6 +15,8 @@ $(MetaPackagePath)bin\deps\ $(RepositoryRoot)artifacts\ $(ArtifactsDir)zip\ + $(ArtifactsZipDir)ts\ + $(ArtifactsZipDir)nt\ $(ArtifactsDir)temp\ $(RepositoryRoot)tools\ $(RepositoryRoot).deps\build\ @@ -47,7 +49,8 @@ linux osx - $(ArtifactsDir)Build.RS.$(OutputZipSufix).zip + $(ArtifactsDir)Build.RS.$(OutputZipSufix)-$(VersionSuffix).zip + $(ArtifactsDir)Build.RS.$(OutputZipSufix).zip @@ -74,26 +77,44 @@ manifest.%(RIDs.Identity).xml - + <_PackageCacheFiles Include="$(PackageCacheOutputPath)**\*" Exclude="$(PackageCacheOutputPath)**\artifact.xml" /> + + $([System.String]::new('%(RecursiveDir)').Replace('-$(BuildNumber)', '-final')) + - - + + + + - + - + + + + + + + + + + + + + +