Remove unnecessary property
authorJohn Salem <josalem@microsoft.com>
Mon, 17 Sep 2018 21:23:54 +0000 (14:23 -0700)
committerJohn Salem <josalem@microsoft.com>
Mon, 17 Sep 2018 21:23:54 +0000 (14:23 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/ff4fa67c9092a65beaa3d432dbf1be93cfb9e090

src/libraries/upload-tests.proj

index 9a7e07f..5a5b658 100644 (file)
@@ -77,7 +77,6 @@
     <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-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>