Hi. I've got a solution I created in Visual Studio using the "Vue and ASP.Net Core" template. This creates two projects in a single solution. One for the frontend (in this case Vue with TypeScript) and one for the server side (C# WebAPI).
I've created the pipeline below to automate builds/deploys, but I get the error "Node.js is required to build and run this project". Any ideas on what I need to change? It seems I should be able to change to an image that includes both the .Net SDK and Node, but I have found an image that works so far.
Thanks
Andy