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
|
@ -175,7 +175,7 @@ namespace Microsoft.DotNet.Tests
|
|||
".tools",
|
||||
toolName);
|
||||
|
||||
// Other tests may have restored the tool for netcoreapp2.0, so delete its tools folder
|
||||
// Other tests may have restored the tool for netcoreapp2.1, so delete its tools folder
|
||||
if (Directory.Exists(toolFolder))
|
||||
{
|
||||
Directory.Delete(toolFolder, true);
|
||||
|
@ -423,7 +423,7 @@ namespace Microsoft.DotNet.Tests
|
|||
.WithRestoreFiles();
|
||||
|
||||
var assetsFile = new DirectoryInfo(new RepoDirectoriesProvider().NugetPackages)
|
||||
.GetDirectory(".tools", "dotnet-portable", "1.0.0", "netcoreapp2.0")
|
||||
.GetDirectory(".tools", "dotnet-portable", "1.0.0", "netcoreapp2.1")
|
||||
.GetFile("project.assets.json");
|
||||
|
||||
var stopWatch = Stopwatch.StartNew();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue