Uh oh!
There was an error while loading. Please reload this page.
What is the .pipelines folder for? #491
I was looking thorugh the code an noticed that you have .github/workflows which from how I understand it, is where the actions and pipelines are defined, so I was confused to see the same files under a .piplines folder too. When I search Github for this folder nothing comes up, is it redundant? thanks, |
Answered by
daltondhcp
Dec 1, 2021
Replies: 1 comment 1 reply
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
In .pipelines, we have the starter pipelines for Azure Devops (https://github.com/azure/azops/wiki/azure-pipelines). So nothing to do with GitHub actions :) |
1 reply
Answer selected bydaltondhcp
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
In .pipelines, we have the starter pipelines for Azure Devops (https://github.com/azure/azops/wiki/azure-pipelines). So nothing to do with GitHub actions :)