2 references to CreateOrUpdateLinksAsync
Microsoft.DotNet.Build.Tasks.Feed (1)
src\common\LatestLinksManager.cs (1)
96
await _linkManager.
CreateOrUpdateLinksAsync
(linksToCreate, _akaMSOwners, _akaMSCreatedBy, _akaMSGroupOwner, true);
Microsoft.DotNet.Deployment.Tasks.Links (1)
src\CreateAkaMSLinks.cs (1)
95
await manager.
CreateOrUpdateLinksAsync
(linksToCreate, Owners, CreatedBy, GroupOwner, Overwrite);