Azure Devops build error #15478
Unanswered
IsmailHassani
asked this question in
Q&A
Replies: 1 comment
-
Thanks for the question. This generally means that you azure devops agent has a version of the .NET workloads that is too old for the version of Uno that you're using. The best way to handle this is to use uno check to install the latest workloads to setup your build agent. Executing something like this will be enough, on a windows machine, should get you running:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current behavior
Hi guys, since today i get a very annoying build exception on Azure Devops pipeline.
The strange thing that i have no references to Uno.UI which boggles me. Local build works fine, but somehow, something is referencing this package.
These are the packages i have in my package references:
Expected behavior
Sucessfull build
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
No response
Works on UWP/WinUI
None
Environment
No response
NuGet package version(s)
No response
Affected platforms
No response
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
Beta Was this translation helpful? Give feedback.
All reactions