Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

302
Visualizações
Installing dotnet new template not working from NuGet Feed, works locally

Looking for some guidance on fault finding an install from dotnet new -i <NUGET_PACKAGE_ID>

I have a template which is packaged and deployed to an Azure Devops NuGet Feed. I can't install this template when I use the dotnet new -i <NUGET_PACKAGE_ID> However I'm able to install it if I download .nupkg file from nuget server and install it from the file system.

I get no diagnostics messages from the install process. Is there a way of seeing detailed messaging on what is wrong with this template. I'm suspecting it's an auth problem or similar.

over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

Is there a way of seeing detailed messaging on what is wrong with this template.

You can add add the DOTNET_CLI_CONTEXT_VERBOSE environment variable with value true to get more verbose logging.

Then you will get the actual error, which is most likely an authorization issue:

Response status code does not indicate success: 401 (Unauthorized).

In that case you need to install the Azure Artifacts Credential Provider and run the install command interactively once again:

dotnet new -i <NUGET_PACKAGE_ID> --interactive

Then you will get instructions on how to authenticate with the Azure Devops NuGet feed.
See Unable to install template from Azure DevOps Nuget Feed issue for more details.

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda