Fixing failing test.

This commit is contained in:
Livar Cunha 2017-03-02 23:43:06 -08:00
parent 103833fd34
commit d20a1d4e2e
2 changed files with 2 additions and 9 deletions

View file

@ -326,7 +326,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", "netcoreapp1.0")
.GetFile("project.assets.json");
var stopWatch = Stopwatch.StartNew();