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

Commit

Permalink
Irrelevant change to get CircleCI to run again
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Goldberg committed Oct 5, 2019
1 parent e057fc5 commit 9d41c7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/formatters/vsoFormatterTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ describe("VSO Formatter", () => {
severity: string,
) {
const properties = `sourcepath=${file};linenumber=${line};columnnumber=${character};code=${code};`;

return `##vso[task.logissue type=${severity};${properties}]${reason}\n`;
}
});

0 comments on commit 9d41c7d

Please sign in to comment.