Hi,
I have one release pipeline to automatic upload the deployable package to LCS. And I clone a second one which exactly the same, only difference it was triggered from different build definition.
But the second release pipeline always failed during the update LCSAssetID variable.
>>>>>>>>>>>>>>>>>>>>>>>>>>>
2020-01-07T15:51:26.1562783Z Invoke-RestMethod : {"$id":"1","innerException":null,"message":"VS402904: Access denied: User Project Collection Build
2020-01-07T15:51:26.1562969Z Service (D365SpinService) does not have manage releases permission. Contact your release
2020-01-07T15:51:26.1563078Z manager.","typeName":"Microsoft.TeamFoundation.Framework.Server.UnauthorizedRequestException,
2020-01-07T15:51:26.1563378Z Microsoft.TeamFoundation.Framework.Server","typeKey":"UnauthorizedRequestException","errorCode":0,"eventId":3000}
2020-01-07T15:51:26.1563476Z At D:\a\_temp\3327ab13-f039-4638-b397-371a6739fb73.ps1:18 char:14
2020-01-07T15:51:26.1563550Z + ... updatedef = Invoke-RestMethod -Uri $url -Method Put -Body $json -Cont ...
>>>>>>>>>>>>>>>>>>>>>>>>>
Any idea?
Thanks,