...
Build Workflow
Navigate to the Workflows tab and create a build workflow using the “+”(Click to create new Workflow) button as highlighted below.
...
Next, create one Build workflow as shown below. The workflow Type field defines the type of workflow.
Build Workflow
Navigate to the Workflows Tab
Select the “+” button from the left-hand pane to create a new workflow with type as Build.
...
The Workflow Group and Subgroup define the folder hierarchy. Once both workflows are created it should look like the below. No constraint on workflow or folder naming convention.
...
The steps of the workflow execution can be configured through the Workflow Definition section.
...
Below is a sample build workflow to copy and execute the script.
...
Step-i: Clone Git Repository
...
Code Snippet field is mandatory, we can select the type of CLI from the drop-down. Available options are shell, PowerShell, and WindowsShell. The default CLI type is the shell.
...
Project
...
Configuration
Project Detail
Navigate to the Project tab and create a Project with a logical name(Azure-Command in this case)
...