From 4039af267d61323d65b943639e41f3be119146c5 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Thu, 27 Apr 2017 09:47:38 -0700 Subject: [PATCH 1/3] fix drop share reference --- build/repo.targets | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/build/repo.targets b/build/repo.targets index 1a7f5513ce..0450a4682b 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -136,21 +136,20 @@ + - $(COHERENCE_SIGNED_DROP_ROOT) - \\aspnetci\Drops\Coherence-Signed\dev - $(TIMESTAMP_FREE_VERSION) final $(VersionPrefix)-$(VersionSuffix)-$(NoTimestampSuffix) $(VersionPrefix)-$(VersionSuffix)-$(BuildNumber) - $(CoherenceSignedRoot)\$(BuildNumber)\Signed\Packages-NoTimeStamp - $(CoherenceSignedRoot)\$(BuildNumber)\Signed\Packages + $(COHERENCE_SIGNED_DROP_LOCATION)\Signed\Packages-NoTimeStamp + $(COHERENCE_SIGNED_DROP_LOCATION)\Signed\Packages @@ -164,11 +163,10 @@ $(PublishShare)\fallbackArchives - - From aeba0c9026acc186a5f7212d76c1a01ef51d3d0e Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Thu, 27 Apr 2017 11:27:20 -0700 Subject: [PATCH 2/3] derped the publish source --- build/repo.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/repo.targets b/build/repo.targets index 0450a4682b..9040518748 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -162,7 +162,7 @@ $(PublishShare)\fallbackArchives - + From c56d76693e5bfb357076ba47ecc8e196f5965b7c Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 27 Apr 2017 11:31:19 -0700 Subject: [PATCH 3/3] Rename file --- build/{Build.RuntimeStore.nuspec => Build.RS.nuspec} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename build/{Build.RuntimeStore.nuspec => Build.RS.nuspec} (100%) diff --git a/build/Build.RuntimeStore.nuspec b/build/Build.RS.nuspec similarity index 100% rename from build/Build.RuntimeStore.nuspec rename to build/Build.RS.nuspec