Given the documentation is useless, I've got to the point of logging in to the Telerik server and restoring the packages but I still get this error:
error MSB4216: Could not run the "ResolveTelerikProducts" task because MSBuild could not create or connect to a task host with runtime "NET" and architecture "x64". Please ensure that (1) the requested runtime and/or architecture are available on the machine
This is my yaml:
- task: DotNetCoreCLI@2
inputs:
azureSubscription: 'DAGCC_ENGAIDE'
command: 'build'
projects: 'dagcc.sln'
arguments: '--no-restore --configuration Debug'
Clearly the NuGet that requires a login makes all of this a living hell. Any help appreciated.
At least one tag is required but Blazor, Devops, Azure and Build are not there. LOL
I will add I've run this:
- task: UseDotNet@2
displayName: Set .NET version - $(dotnet_version)
inputs:
packageType: 'sdk'
version: $(dotnet_version)
and it says it installed version 9
and it says it installed version 9