MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.23k stars 21.39k forks source link

Starter project build fails #59702

Open larryclaman opened 4 years ago

larryclaman commented 4 years ago

This feedback is for the starter project example as shown on the quickstart page https://docs.microsoft.com/en-us/azure/devops-project/azure-devops-project-aspnet-core

This is supposed to create a working DevOps Starter project that will run a build in Azure DevOps and then deploy to Azure. The build is failing with the error:

2020-07-24T19:40:46.3517046Z Testhost process exited with error: It was not possible to find any compatible framework version
2020-07-24T19:40:46.3517521Z The framework 'Microsoft.NETCore.App', version '2.2.0' was not found.
2020-07-24T19:40:46.4636078Z Test Run Aborted.
2020-07-24T19:40:46.5217289Z ##[error]Error: The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1
2020-07-24T19:40:47.3422877Z Info: Azure Pipelines hosted agents have been updated to contain .Net Core 3.x (3.1) SDK/Runtime along with 2.1. Unless you have locked down a SDK version for your project(s), 3.x SDK might be picked up which might have breaking behavior as compared to previous versions. 

I realize that I am providing feedback to the documentation page rather than the project and this is not the optimal place to provide this bug report, but:

  1. There is no way that I can see to provide feedback or a bug report to the DevOps Starter team about this particular starter project
  2. In a sense, this is documentation feedback as the documentation page in question is for a quickstart example that is not working.

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

NavtejSaini-MSFT commented 4 years ago

@larryclaman We are checking this and we will get back to you.