Skip to content

Commit

Permalink
Includes new name Azure DevOps for VSO (palantir#4289)
Browse files Browse the repository at this point in the history
* Includes new name Azure DevOps for VSO

VSO, VSTS is now AzureDevOps

* Addresses PR comments

1. Fixes typo
2. Visual Studio Team Services as alternative name for Azure DevOps

* Reduced line length of description details
  • Loading branch information
karthick-manoharan authored and Josh Goldberg committed Nov 17, 2018
1 parent 88fcd05 commit 6a4edd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/formatters/vsoFormatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export class Formatter extends AbstractFormatter {
formatterName: "vso",
description: "Formats output as VSO/TFS logging commands.",
descriptionDetails: Utils.dedent`
Integrates with Visual Studio Online and Team Foundation Server by outputting errors
as 'warning' logging commands.`,
Integrates with Azure DevOps (previously known as Visual Studio Online, Team Foundation Server,
or Visual Studio Team Services) by outputting errors as 'warning' logging commands.`,
sample:
"##vso[task.logissue type=warning;sourcepath=myFile.ts;linenumber=1;columnnumber=14;code=semicolon;]Missing semicolon",
consumer: "machine",
Expand Down

0 comments on commit 6a4edd6

Please sign in to comment.