Revert ReleaseBrandSuffix
authorwtgodbe <wigodbe@microsoft.com>
Thu, 30 Nov 2017 19:57:53 +0000 (11:57 -0800)
committerwtgodbe <wigodbe@microsoft.com>
Thu, 30 Nov 2017 19:57:53 +0000 (11:57 -0800)
Commit migrated from https://github.com/dotnet/core-setup/commit/f764d4fa97744b63b22aff00943bf6b4964ee513

src/installer/BranchInfo.props

index 543d410..e2d86a4 100644 (file)
@@ -6,7 +6,7 @@
     <StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
     <PreReleaseLabel>preview1</PreReleaseLabel>
     <ReleaseSuffix>$(PreReleaseLabel)</ReleaseSuffix>
-    <ReleaseBrandSuffix>Preview 2</ReleaseBrandSuffix>
+    <ReleaseBrandSuffix>Preview 1</ReleaseBrandSuffix>
     <Channel>master</Channel>
     <BranchName>master</BranchName>
     <ContainerName>dotnet</ContainerName>