Replies: 1 comment 2 replies
-
I do not know much about Azure devops, but what does your yml files do? Is it something similar to github workflow yml file? If yes then answer is no, see here to learn about adding new packages to repo. Otherwise please explain further. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently writing a few Yaml files to build specific packages into published artifacts by using Azure Pipelines. I'm attempting to aim for configurability without needing to edit the pipeline file, by using Azure Devops variables to pass in a list of packages that need to be built.
Do you accept Yaml files for build automation?
Beta Was this translation helpful? Give feedback.
All reactions