Azure devops

1 Answer 8 Views
General Discussions ListBox NumericTextBox PanelBar Security Stepper
Christian
Top achievements
Rank 1
Christian asked on 11 Nov 2025, 10:17 PM | edited on 11 Nov 2025, 10:28 PM

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:

taskDotNetCoreCLI@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:

taskUseDotNet@2
  displayNameSet .NET version - $(dotnet_version)
  inputs:
    packageType'sdk'
    version$(dotnet_version)

and it says it installed version 9

1 Answer, 1 is accepted

Sort by
0
Accepted
Edmond
Top achievements
Rank 1
Iron
answered on 11 Nov 2025, 10:41 PM | edited on 11 Nov 2025, 10:46 PM

We were consistently getting this same error, then after adding TELERIK_LICENSE_PATH, now the error occurs 2 out of 3 times we run our ADO pipeline. 

We went with the license path solution: Blazor License Key - Telerik UI for Blazor

Christian
Top achievements
Rank 1
commented on 11 Nov 2025, 11:00 PM

It's working.  IT'S WORKING.  I owe you a beer, thank you so much
Tags
General Discussions ListBox NumericTextBox PanelBar Security Stepper
Asked by
Christian
Top achievements
Rank 1
Answers by
Edmond
Top achievements
Rank 1
Iron
Share this question
or