Correct guidance on project creation.

This commit is contained in:
Jason R. Coombs 2020-01-11 17:18:12 -05:00
parent 051ce14211
commit b07b27332d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Create the project in Azure with:
# az project create --name $name --organization https://dev.azure.com/$org/ --visibility public
# az devops project create --name $name --organization https://dev.azure.com/$org/ --visibility public
# then configure the pipelines (through web UI)
trigger: