Getting App Service Build Service to authenticate with Artifacts

Stas Levich 6 Reputation points
2022-08-29T16:09:01.493+00:00

I am trying to use DevOps Artifacts as my own little personal nuget. 

I was able to authenticate locally to uploaded the package, set up the custom feed in my receiving project and everything works fine.

However when I use Deployment Center/App Service Build Service to build and publish the project on a commit detection it fails to restore the packages from the Artifacts feed as "dotnet restore" command tries to trigger an interactive authentication.

To reiterate I am NOT using the Pipeline provider. I am using App Service Build Service provider.

Thanks!

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,958 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Stas Levich 6 Reputation points
    2022-09-04T19:29:14.373+00:00

    I had to delete and recreate the slot to get this resolved.