You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking through the documentation but was unable to find anything about artifacts that are not container images. My team uses Azure Devops and I wanted to try using this task to simplify our CI story. We have some private container images packaged with binary utilities and we use CI scripts to produce a pipeline artifact which we then publish to a feed. It works, but it is a painful debugging experience when making tweaks, and I was hoping to improve on this by trying out dev containers instead. Is it possible to publish artifacts created by the invocation of runCmd as a pipeline artifact (or as something for subsequent steps to consume)?