DEV Community

Discussion on: Azure Pipelines Question

Collapse
 
alxizr profile image
alxizr
Collapse
 
manoj496 profile image
notagoodcoder

Hi,

thanks for the response. But I want to use the artifacts within two separate build pipelines. We don't use the release pipeline.

I want to consume artifacts of one build pipeline in the other build pipeline and yeah they're in same project and different repo's.

Collapse
 
alxizr profile image
alxizr • Edited

You can consume the artifacts where ever you want, as long as you store it in the artifacts storage within the project workspace. Use the pipeline tasks to accomplish these steps.

there are several tasks that you can choose from

Thread Thread
 
manoj496 profile image
notagoodcoder

I'm confused with msft docs, did find the exact one. if you find one please post it here