rdalbuquerque / azdoext

MIT License
7 stars 0 forks source link

Pipelines in repository not shown #7

Open hoppalazi opened 1 week ago

hoppalazi commented 1 week ago

I'm running azdoext in a Azure DevOps repository with yaml pipelines, but in azdoext i see only git commit and status

screenshot

![image](https://github.com/user-attachments/assets/009e3867-4296-4445-8e74-8bbc3f3ac254)

The repository has following structure:

├── .azure-pipelines
│   ├── **.ps1
│   ├── **.yml
│   ├── **.yml
│   ├── **.ps1
│   ├── **.ps1
│   ├── **.ps1
│   └── **.ps1
├── .git
├── src
├── tests
├── .editorconfig
├── .gitignore
├── **.sln
├── nuget.config
└── README.md
rdalbuquerque commented 1 week ago

You're taken to pipelines pages either by: 1 - not having anything new to commit/push 2 - pushing and choosing to go to pipeline page 3 - opening a PR

Have you tried these?

hoppalazi commented 5 days ago

Tried option 1, then it did work. Honestly, i find that a bit unintuitive. Is that a limitation or just how you designed it?

rdalbuquerque commented 4 days ago

Just how I designed it based on my usual workflow, I usually commit/push a change and than go see the pipelines. If you have another use case or sugestion I can try to implement it :)