Update test code to use netcoreapp2.1
This commit is contained in:
parent
c00afe9588
commit
dc4046ca7e
14 changed files with 30 additions and 30 deletions
|
@ -117,7 +117,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.0", "VSTestCore.dll");
|
||||
configuration, "netcoreapp2.1", "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