Jan 25 2023
01:53 PM
- last edited on
Mar 05 2024
02:20 PM
by
TechCommunityAP
Jan 25 2023
01:53 PM
- last edited on
Mar 05 2024
02:20 PM
by
TechCommunityAP
Hi all,
I have installed the local agent on a 2019 Windows Server to experiment with Azure Devops. Besides that I have installed the following components on the machine:
Git
dotnet-sdk-6.0.405-win-x64
I have used the Visual Studio 2022 latest version and the Asp .net Core Web App and published the project to an Azure Repo. The agent is online and I wasnt able to find anything in the Event Log on the Server. However, when I try to run the pipeline which runs based on the following yaml file:
Jan 25 2023 08:32 PM
Jan 25 2023 11:00 PM
Hi there,
thank you for the answer. It is now the exact same version of .net and I am still experiencing the issue even after clearing all temp folders etc. In my YAML can you provide me some help what I need to change to force the version of Nuget ?
Jan 25 2023 11:13 PM
Jan 25 2023 11:56 PM
Feb 23 2024 09:04 AM
is this issue resolved now? I am also having same problem when moved from windows-latest to hosted agent. solution was working on on windows-latest agent.
Sep 01 2024 07:55 AM
@orush135 i was facing exact same issue, and i was able to solve it by installing standalone version of MSbuild. By default nuget was trying to use msbuild which found in .net framework installation.