Can you make this same tutorial only using the Azure DevOps User Interface?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@MohammadMQ are you using the Azure Pipelines service, Azure DevOps Server, or TFS? If you're using the service, then YAML is now the recommended approach, but you can still use the classic editor if you prefer.
YAML may be the recommended approach, but a) classic is still supported, b) classic is still the most widely used and c) the YAML task assistant basically carries classic forward.
@MisinformedDNA All of the content, with the exception of YAML snippet examples, applies to classic build pipelines as well. One thing we can do for classic users is to include screenshots or a concise list of the same inputs in the place of YAML snippet. We thought that it is straightforward to infer the inputs for the tasks based on what is shown in the YAML file. That is why we de-prioritized this item on our backlog.
Hi Vijayma
Including screenshots or a concise list of the same inputs in the place of YAML snippet would be a nice start.
Hi andyjlewis!
I'm using Azure Pipeline Services, I'm aware that YAML is what is being encouraged, however I prefer the classic editor. I believe that documentations/tutorials on the web on how to use YAML to do continuous deployments are lacking behind.