Hi guys,
I try to build my .NET/React app using build pipeline.
So, I want to ask you. if is possible to set more images in one pipeline step ?
Because when I run step: dotnet build. I need mcr.microsoft.com/dotnet/core/sdk:3.0 and I need node image too.
I get following error on step dotnet build: Node.js is required to build and run this project. To continue, please install Node.js
Is some way how to use more images in one step or do you have better solution?
Thanks guys.
Hi @kormanak7
Thanks for reaching out and sorry for the delayed response!
With Pipelines, each step can only be configured to use one image. If the image you're using doesn't have what you need, you can either:
You can then use this new image as the image for your step. Hope this helps!
Aneita
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.