Merge branch 'release/2.2.1xx' into merges/release/2.1.4xx-to-release/2.2.1xx
This commit is contained in:
commit
d71eb98fde
120 changed files with 435 additions and 442 deletions
|
@ -172,7 +172,7 @@ namespace Microsoft.DotNet.Cli.Test.Tests
|
|||
var testProjectDirectory = this.CopyAndRestoreVSTestDotNetCoreTestApp("5");
|
||||
string configuration = Environment.GetEnvironmentVariable("CONFIGURATION") ?? "Debug";
|
||||
string expectedError = Path.Combine(testProjectDirectory, "bin",
|
||||
configuration, "netcoreapp2.1", "VSTestCore.dll");
|
||||
configuration, "netcoreapp2.2", "VSTestCore.dll");
|
||||
expectedError = "The test source file " + "\"" + expectedError + "\"" + " provided was not found.";
|
||||
|
||||
// Call test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue