Fix tool reference update
This commit is contained in:
parent
8cc1cdc62f
commit
c9c21d2ce9
|
|
@ -114,7 +114,8 @@ namespace Microsoft.AspNetCore.AzureAppServices.FunctionalTests
|
|||
var csproj = testDirectory.GetFiles("*.csproj").Single().FullName;
|
||||
var projectContents = XDocument.Load(csproj);
|
||||
var packageReferences = projectContents
|
||||
.Descendants("PackageReference");
|
||||
.Descendants("PackageReference")
|
||||
.Concat(projectContents.Descendants("DotNetCliToolReference"));
|
||||
|
||||
foreach (var packageReference in packageReferences)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue