From e9e7baf3f19f0e3bb74cd3dcc4fba578c2de9a0a Mon Sep 17 00:00:00 2001 From: John Luo Date: Wed, 26 Jul 2017 14:52:56 -0700 Subject: [PATCH] Rename store zip and lzma filename --- build/Build.RS.nuspec | 13 ------------- build/repo.targets | 31 +++++++++++++------------------ 2 files changed, 13 insertions(+), 31 deletions(-) delete mode 100644 build/Build.RS.nuspec diff --git a/build/Build.RS.nuspec b/build/Build.RS.nuspec deleted file mode 100644 index fee5984b47..0000000000 --- a/build/Build.RS.nuspec +++ /dev/null @@ -1,13 +0,0 @@ - - - - Build.RS - $version$ - Microsoft - Runtime Package Store for ASP.NET Core, for internal builds - - - - - - diff --git a/build/repo.targets b/build/repo.targets index 6caa557275..34806e9878 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -90,19 +90,16 @@ - win$(PACKAGE_CACHE_PLATFORM) - linux - osx win7-$(PACKAGE_CACHE_PLATFORM) linux-$(PACKAGE_CACHE_PLATFORM) osx-$(PACKAGE_CACHE_PLATFORM) - $(ArtifactsDir)Build.RS.$(OutputZipSufix)-$(VersionSuffix).zip - $(ArtifactsDir)Build.RS.$(OutputZipSufix).zip - $(ArtifactsDir)Build.Symbols.RS.$(OutputZipSufix)-$(VersionSuffix).zip - $(ArtifactsDir)Build.Symbols.RS.$(OutputZipSufix).zip - $(ArtifactsDir)Build.Symbols.RS.$(OutputZipSufix)-$(VersionSuffix).tar.gz - $(ArtifactsDir)Build.Symbols.RS.$(OutputZipSufix).tar.gz + $(ArtifactsDir)aspnetcore-store-$(TimestampVersion)-$(RID).zip + $(ArtifactsDir)aspnetcore-store-$(NoTimestampVersion)-$(RID).zip + $(ArtifactsDir)aspnetcore-symbols-$(TimestampVersion)-$(RID).zip + $(ArtifactsDir)aspnetcore-symbols-$(NoTimestampVersion)-$(RID).zip + $(ArtifactsDir)aspnetcore-symbols-$(TimestampVersion)-$(RID).tar.gz + $(ArtifactsDir)aspnetcore-symbols-$(NoTimestampVersion)-$(RID).tar.gz @@ -175,10 +172,6 @@ - - - - @@ -278,19 +271,21 @@ $(COHERENCE_SIGNED_DROP_LOCATION)\Signed\Packages-NoTimeStamp $(COHERENCE_SIGNED_DROP_LOCATION)\Signed\Packages + nuGetPackagesArchive-$(NoTimestampVersion) + nuGetPackagesArchive-$(TimestampVersion) - - + + $(PublishShare)\fallbackArchives - + @@ -327,8 +322,8 @@ - - + +