log artifact url

This commit is contained in:
yimysty 2021-09-22 16:01:30 -07:00
parent 063ad9cd7a
commit 546158a1ec

1
dist/index.js vendored
View File

@ -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;