rayjanwilson / pr-to-pipeline-test

making a pr should trigger building out a pipeline
0 stars 0 forks source link

investigate using singlePublisherPerType #21

Closed rayjanwilson closed 3 years ago

rayjanwilson commented 3 years ago

If you use assets for files or Docker images, every asset will get its own upload action during the asset stage. By setting the value singlePublisherPerType to true, only one action for files and one action for Docker images is created that handles all assets of the respective type.