From 0d3730749d86427fce342843f8936813d1b8e709 Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 27 Apr 2017 13:57:32 -0700 Subject: [PATCH] Remove build number from runtime store zip name --- build/repo.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/repo.targets b/build/repo.targets index df6944c41a..50d976be53 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -53,7 +53,7 @@ linux osx - $(ArtifactsDir)Build.RS.$(OutputZipSufix)-$(VersionSuffix).zip + $(ArtifactsDir)Build.RS.$(OutputZipSufix).zip