From 9d41c7dcc03bf008c0ac3bbc0b363c6fc0f3ab89 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sat, 5 Oct 2019 09:52:30 +0900 Subject: [PATCH] Irrelevant change to get CircleCI to run again --- test/formatters/vsoFormatterTests.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/formatters/vsoFormatterTests.ts b/test/formatters/vsoFormatterTests.ts index 2cdc0c6bc2c..92518a2c5bc 100644 --- a/test/formatters/vsoFormatterTests.ts +++ b/test/formatters/vsoFormatterTests.ts @@ -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`; } });