f2calv / yamlizr

Azure DevOps Designer-to-YAML Pipeline CLI CodeGen Tool w/GitHub Actions Generation
MIT License
71 stars 17 forks source link

Question about the DeploymentPhaseType check in Pipeline Generator #103

Closed KiLLeRRaT closed 3 years ago

KiLLeRRaT commented 3 years ago

Hi,

I just want to check, what is the reason for restricting the PhaseType to only DeployPhaseTypes.AgentBasedDeployment?

https://github.com/f2calv/yamlizr/blob/799b5e068f18af758f1f67815abbf2566d164cb5/src/CasCap.Apis.AzureDevOps/Utilities/YamlPipelineGenerator.cs#L239

Thanks for a nice tool!

Cheers,

f2calv commented 3 years ago

I'm glad you find the tool useful :)

To answer your question;

For DeployPhaseTypes.DeploymentGates and DeployPhaseTypes.MachineGroupBasedDeployment I have no experience working with nor any test environment set-up to guess my way through.

Happy to review a PR against any of the missing enums.