Skip to content

Commit

Permalink
[VSPackage] Add TODO for restore log
Browse files Browse the repository at this point in the history
  • Loading branch information
xen2 committed Jan 22, 2019
1 parent 76d05a4 commit ad0e048
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -330,6 +330,10 @@ internal static async Task<PackageInfo> FindXenkoSdkDir(string solution, string
packageInfo.SdkPaths.AddRange(RestoreHelper.ListAssemblies(request, result));
packageInfo.LoadedVersion = packageInfo.ExpectedVersion;
}
else
{
// TODO: Report error from log
}
}
}

Expand Down

0 comments on commit ad0e048

Please sign in to comment.