azure-pipelines-tasks-artifacts-common
Advanced tools
Comparing version 2.244.0 to 2.244.1
{ | ||
"name": "azure-pipelines-tasks-artifacts-common", | ||
"version": "2.244.0", | ||
"version": "2.244.1", | ||
"description": "Azure Artifacts common code (for new authentication tasks)", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -24,3 +24,3 @@ "use strict"; | ||
if (auth.scheme === 'OAuth') { | ||
tl.debug(tl.loc("Info_GotAndMaskAuth")); | ||
// tl.debug(tl.loc("Info_GotAndMaskAuth")); // commenting it out as loc bug not resolved yet. | ||
tl.setSecret(auth.parameters['AccessToken']); | ||
@@ -27,0 +27,0 @@ return auth.parameters['AccessToken']; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113103