Updating the build and tests to work with the 2.2.0 runtime.
This commit is contained in:
parent
dae5099ffb
commit
2f0f270a73
71 changed files with 104 additions and 99 deletions
|
@ -171,7 +171,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