Add stable, versioned container name to test upload
authorJohn Salem <josalem@microsoft.com>
Fri, 7 Sep 2018 22:34:33 +0000 (15:34 -0700)
committerJohn Salem <josalem@microsoft.com>
Fri, 7 Sep 2018 22:34:33 +0000 (15:34 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/d5a6389eb446adddc5ca9c71f720f4749d6650ed

src/libraries/upload-tests.proj

index eb3e627..e5586c8 100644 (file)
@@ -77,6 +77,9 @@
     <HelixArchLabel>$(ArchGroup)</HelixArchLabel>
     <HelixConfigLabel>$(ConfigurationGroup)</HelixConfigLabel>
     <MaxRetryCount>1</MaxRetryCount>
+    <TestsBlobPrefix>tests/</TestsBlobPrefix>
+    <!-- Unique container name per build and configuration, e.g., corefx-beta-12345-01-Windows_NT -->
+    <ContainerName Condition="'$(ContainerName)' == ''">corefx-$(PreReleaseLabel)-$(BuildNumberMajor)-$(BuildNumberMinor)-$(OSGroup)-$(ArchGroup)</ContainerName>
   </PropertyGroup>
 
   <Target Name="CoreFXPreCloudBuild" >