Azure / GuestConfiguration

PowerShell module for creating, testing, and publishing custom Guest Configuration
MIT License
5 stars 2 forks source link

Remove tags from CDPx pipeline #205

Closed gaelcolas closed 2 years ago

gaelcolas commented 3 years ago

One for @xmichelleyang

When you're working on the CDPx pipeline, it looks like it tags the pipeline every time although that's undersired. Please remove the extra tags/releases and disable this behaviour from the CDPx config.

xmichelleyang commented 3 years ago

Could you point me to where the CDPx pipeline is performing a tag? I dont believe any of my CDPx pipelines should be performing a publish yet. I did some digging around the code I wrote so far and the new cdpx yml should not have any knowledge of tagging yet.

gaelcolas commented 3 years ago

I don't know how it's doing it, but I can see it does it by looking at the GitHub releases.

The only place I can think of is when you open the Pipeline in Azure DevOps, go to Edit, the 3 dots menu, Triggers. Click on the YAML tab, and get sources. Make sure the "Tag Sources" Never is selected, and that you don't have a YAML override in the triggers tab.

image

If it's not that, I don't know where it is...

github-actions[bot] commented 3 years ago

This issue has not been updated within 14 days