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

Commit ce51f82

Browse files
author
Paulo Baima
committed
Testing branching restriction
1 parent 083f993 commit ce51f82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)