Fix tests after bin dir rename (dotnet/core-setup#4499)
authorViktor Hofer <viktor.hofer@microsoft.com>
Mon, 27 Aug 2018 17:09:08 +0000 (19:09 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Aug 2018 17:09:08 +0000 (19:09 +0200)
Commit migrated from https://github.com/dotnet/core-setup/commit/99483f4450f29b87c2780279d6b5a233268c519b

src/installer/test/TestUtils/RepoDirectoriesProvider.cs

index 297d75f..1e1e332 100644 (file)
@@ -46,7 +46,7 @@ namespace Microsoft.DotNet.CoreSetup.Test
         {
             _repoRoot = repoRoot ?? GetRepoRootDirectory();
 
-            string baseArtifactsFolder = artifacts ?? Path.Combine(_repoRoot, "Bin");
+            string baseArtifactsFolder = artifacts ?? Path.Combine(_repoRoot, "bin");
 
             _targetRID = Environment.GetEnvironmentVariable("TEST_TARGETRID");
             _buildRID = Environment.GetEnvironmentVariable("BUILDRID");