Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Commit c04aeb0

Browse files
author
Paulo Baima
committed
Testing change
1 parent 7d83c52 commit c04aeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unify-release-build-task/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ async function run() {
66
try {
77
let unifyReleaseService = container.resolve<IUnifyReleaseService>("IUnifyReleaseService");
88
await unifyReleaseService.unifyRelease();
9-
console.log("Test");
9+
console.log("Test2");
1010
tl.setResult(tl.TaskResult.Succeeded, "Task Completed");
1111
}
1212
catch (err) {

0 commit comments

Comments
 (0)