Test fix
This commit is contained in:
parent
8379feacdf
commit
cb42c594ab
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ namespace Microsoft.DotNet.Cli.Test3.Tests
|
|||
.Pass();
|
||||
|
||||
string configuration = Environment.GetEnvironmentVariable("CONFIGURATION") ?? "Debug";
|
||||
string expectedError = Path.Combine(testProjectDirectory, "bin", configuration, @"netcoreapp1.0\VSTestDotNetCoreProject.dll");
|
||||
string expectedError = Path.Combine(testProjectDirectory, "bin", configuration, "netcoreapp1.0", "STestDotNetCoreProject.dll");
|
||||
expectedError = "The test source file " + "\""+ expectedError + "\"" + " provided was not found.";
|
||||
|
||||
// Call test3
|
||||
|
|
Loading…
Reference in a new issue