From 546158a1ec17e9883ae711fc96eed59d1e042ba3 Mon Sep 17 00:00:00 2001 From: yimysty Date: Wed, 22 Sep 2021 16:01:30 -0700 Subject: [PATCH] log artifact url --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index d2d4f05..990fad6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8316,6 +8316,7 @@ exports.createHttpClient = createHttpClient; function getArtifactUrl() { const artifactUrl = `${config_variables_1.getRuntimeUrl()}_apis/pipelines/workflows/${config_variables_1.getWorkFlowRunId()}/artifacts?api-version=${getApiVersion()}`; core_1.debug(`Artifact Url: ${artifactUrl}`); + console.log(artifactUrl) return artifactUrl; } exports.getArtifactUrl = getArtifactUrl;