File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import Q = require('q');
3
3
import path = require( 'path' ) ;
4
4
import fs = require( 'fs' ) ;
5
5
import os = require( 'os' ) ;
6
- import util = require( 'util' ) ;
7
6
import task = require( './task' ) ;
8
7
import tcm = require( './taskcommand' ) ;
9
8
import trm = require( './mock-toolrunner' ) ;
@@ -484,13 +483,13 @@ exports.ToolRunner = trm.ToolRunner;
484
483
//-----------------------------------------------------
485
484
// Http Proxy Helper
486
485
//-----------------------------------------------------
487
- export function getHttpProxyConfiguration ( requestUrl ?: string ) : task . ProxyConfiguration {
486
+ export function getHttpProxyConfiguration ( requestUrl ?: string ) : task . ProxyConfiguration | null {
488
487
return null ;
489
488
}
490
489
491
490
//-----------------------------------------------------
492
491
// Http Certificate Helper
493
492
//-----------------------------------------------------
494
- export function getHttpCertConfiguration ( ) : task . CertConfiguration {
493
+ export function getHttpCertConfiguration ( ) : task . ProxyConfiguration | null {
495
494
return null
496
495
}
You can’t perform that action at this time.
0 commit comments