Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #25 from realfink/master
Browse files Browse the repository at this point in the history
Updated UI on installing VSTS extension.
  • Loading branch information
zxan1285 authored Jun 4, 2019
2 parents ba4c57a + adb8980 commit 4c88979
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions webtask-templates/visualstudio.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"REPOSITORY": {
"example": "MyFirstProject",
"description": "The project from which you want to deploy rules and database scripts",
"description": "The project from which you want to deploy rules and database scripts. To use a specific repository within a project, format your input value as follows: `projectName/repoName`.",
"required": true
},
"BRANCH": {
Expand All @@ -61,17 +61,17 @@
}
},
"INSTANCE": {
"example": "INSTANCE.visualstudio.com",
"description": "Your Visual Studio Team Services instance name (without .visualstudio.com)",
"example": "ORGANIZATION.visualstudio.com or dev.azure.com/ORGANIZATION",
"description": "Your Visual Studio Team Services/Azure DevOps organization name (without .visualstudio.com or dev.azure.com)",
"required": true
},
"COLLECTION": {
"description": "Your visualstudio collection",
"description": "Your visualstudio/azure devops collection",
"default": "DefaultCollection",
"required": true
},
"USERNAME": {
"description": "Your Visual Studio Team Services username",
"description": "Your Visual Studio Team Services / Azure DevOps username",
"required": true
},
"AUTH_METHOD": {
Expand All @@ -92,15 +92,15 @@
]
},
"PASSWORD": {
"description": "Your Visual Studio password (Alternate authentication credentials)",
"description": "Your Visual Studio / Azure DevOps password (Alternate authentication credentials)",
"required": true,
"type": "password",
"visibleIf": {
"AUTH_METHOD": "basic"
}
},
"TOKEN": {
"description": "Your personal access token for Visual Studio Team Services",
"description": "Your personal access token for Visual Studio Team Services / Azure DevOps",
"required": true,
"type": "password",
"visibleIf": {
Expand Down

0 comments on commit 4c88979

Please sign in to comment.