Ammending comment to reflect correct containername logic
authorJohn Salem <josalem@microsoft.com>
Mon, 17 Sep 2018 20:58:53 +0000 (13:58 -0700)
committerJohn Salem <josalem@microsoft.com>
Mon, 17 Sep 2018 20:58:53 +0000 (13:58 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/bbc915ffe1ddb03da64ffda8dc6eb4dd1d0bdfaf

src/libraries/upload-tests.proj

index 317ee12..9a7e07f 100644 (file)
@@ -78,7 +78,7 @@
     <HelixConfigLabel>$(ConfigurationGroup)</HelixConfigLabel>
     <MaxRetryCount>1</MaxRetryCount>
     <TestsBlobPrefix>tests/</TestsBlobPrefix>
-    <!-- Unique container name per build and configuration, e.g., corefx-beta-12345-01-windows -->
+    <!-- Unique container name per build and configuration, e.g., corefx-beta-12345-01-windows-x64 -->
     <!-- Azure Storage containers can only contain [a-z, 0-9, -] in their names and $(OSGroup) is "Windows_NT" on Windows... -->
     <ProcessedOSGroup>$(OSGroup.ToLower())</ProcessedOSGroup>
     <ProcessedOSGroup Condition="'$(TargetsWindows)' == 'true'">windows</ProcessedOSGroup>