Skip to content

Commit 05dcf3d

Browse files
Fix.
1 parent 0bb110c commit 05dcf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/exec/build/tasks/upload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class BuildTaskUpload extends tasksBase.BuildTaskBase<agentContracts.Task
7474
}
7575

7676
const collectionUrl: string = this.connection.getCollectionUrl();
77-
console.log("Collection URL: " + collectionUrl);
77+
trace.info("Collection URL: " + collectionUrl);
7878
const agentApi: ITaskAgentApi = await this.webApi.getTaskAgentApi(collectionUrl);
7979

8080
await agentApi.uploadTaskDefinition(null, taskStream, taskId, overwrite);

0 commit comments

Comments
 (0)