We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84de01 commit c325a55Copy full SHA for c325a55
tool.ts
@@ -16,7 +16,8 @@ let pkg = require(path.join(__dirname, 'package.json'));
16
let userAgent = 'vsts-task-installer/' + pkg.version;
17
let requestOptions = {
18
// ignoreSslError: true,
19
- proxy: tl.getHttpProxyConfiguration()
+ proxy: tl.getHttpProxyConfiguration(),
20
+ cert: tl.getHttpCertConfiguration()
21
} as ifm.IRequestOptions;
22
let http: httpm.HttpClient = new httpm.HttpClient(userAgent, null, requestOptions);
23
tl.setResourcePath(path.join(__dirname, 'lib.json'));
0 commit comments