ADO YAML - output variables troubleshoot
Hi, I have pipeline, which compiles my app and publishes artifacts to azure, then I want to drop them to GitHub Releases. The problem is the necessity to use artifact names (due to compilation of android and windows app in the same pipeline)
kinda like on provided image, ofc without debugs
The problem is about exporting output variables (compilled artifact names) to other stages
Compilation and Azure drop:
GitHub Release job:
Pipeline itself:
kinda like on provided image, ofc without debugs
The problem is about exporting output variables (compilled artifact names) to other stages
Compilation and Azure drop:
GitHub Release job:
Pipeline itself:

