MSBuildForUnity icon indicating copy to clipboard operation
MSBuildForUnity copied to clipboard

MSBuildProjectBuilder should help get Azure Artifacts credential provider installed applicable

Open ryantrem opened this issue 6 years ago • 0 comments

When restoring NuGet packages from an authenticated ADO package feed, Azure Artifacts credential provider needs to be installed to enable authentication. If a build error occurs because of an authentication failure against an ADO feed, MSBuildProjectBuilder should:

  1. If not in batch mode, help the user get Azure Artifacts credential provider installed (https://github.com/microsoft/artifacts-credprovider/blob/master/helpers/installcredprovider.ps1).
  2. If in batch mode, produce an actionable error.

ryantrem avatar Aug 02 '19 17:08 ryantrem