Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Artifacts/linux-vsts-build-agent/Artifactfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/Azure/azure-devtestlab/master/schemas/2016-11-28/dtlArtifacts.json",
"title": "Azure Pipelines Agent for Linux",
"publisher": "Microsoft",
"description": "Downloads and installs the Azure Pipelines agent, registers with the specified Azure DevOps Services account, and adds the VM to the specified agent pool.",
"description": "Downloads and installs the Azure Pipelines agent, registers with the specified Azure DevOps Services organization, and adds the VM to the specified agent pool.",
"tags": [
"VSTS",
"Build",
Expand Down
4 changes: 2 additions & 2 deletions Artifacts/windows-deploymentgroup/Artifactfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"parameters": {
"accountUrl": {
"type": "string",
"displayName": "Azure DevOps account URL",
"description": "The URL for the Azure DevOps account, e.g. 'myorg' in https://dev.azure.com/myorg."
"displayName": "Azure DevOps organization URL",
"description": "The URL for the Azure DevOps organization, e.g. 'myorg' in https://dev.azure.com/myorg."
},
"projectName": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion Artifacts/windows-vsts-build-agent/Artifactfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/Azure/azure-devtestlab/master/schemas/2016-11-28/dtlArtifacts.json",
"title": "Azure Pipelines Agent",
"publisher": "Microsoft",
"description": "Downloads and installs the Azure Pipelines agent, registers with the specified Azure DevOps Services account, and adds the VM to the specified agent pool.",
"description": "Downloads and installs the Azure Pipelines agent, registers with the specified Azure DevOps Services organization, and adds the VM to the specified agent pool.",
"tags": [
"VSTS",
"Build",
Expand Down