I trying to setup a build pipeline in Azure Devops, but when executing it fails in restoring ImageSharp.Web from nuget saying it is not compatible with .net 5? I am missing something here? Locally it builds with .net 5...?!
If I'm missing the obvious here then go easy on me - it's my first v9 project.. ;)
It sounds to me that you are missing something in your build pipeline especially as it builds on your local machine. Are you able to share what steps you have in your build pipeline?
I actually got it working 2 mins ago.. I was using the wrong template for the build pipeline.. :-/ .. but so far so good.. next step is the release pipeline.. ;)
Azure Devops
Hi,
I trying to setup a build pipeline in Azure Devops, but when executing it fails in restoring ImageSharp.Web from nuget saying it is not compatible with .net 5? I am missing something here? Locally it builds with .net 5...?!
If I'm missing the obvious here then go easy on me - it's my first v9 project.. ;)
/ulrich
Hi Ulrich,
It sounds to me that you are missing something in your build pipeline especially as it builds on your local machine. Are you able to share what steps you have in your build pipeline?
Hi Patrick,
Thanks for your reply.. ;)
I actually got it working 2 mins ago.. I was using the wrong template for the build pipeline.. :-/ .. but so far so good.. next step is the release pipeline.. ;)
/ulrich
is working on a reply...