Skip to content

Commit 20a7434

Browse files
authored
Users/philho/nuget proxy log (#12452) (#12465)
* Avoiding logging nuget proxy url * Bumping version for all tasks depending on packaging-common
1 parent 715f12a commit 20a7434

File tree

33 files changed

+42
-42
lines changed

33 files changed

+42
-42
lines changed

Tasks/Common/packaging-common/nuget/NuGetToolRunner2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export function setNuGetProxyEnvironment(input: EnvironmentDictionary,
150150
registryUri?: string): EnvironmentDictionary {
151151
let httpProxy = getNuGetProxyFromEnvironment();
152152
if (httpProxy) {
153-
tl.debug(`Adding environment variable for NuGet proxy: ${httpProxy}`);
153+
tl.debug(`Adding environment variable for NuGet proxy: HTTP_PROXY`);
154154
input["HTTP_PROXY"] = httpProxy;
155155

156156
let proxybypass: string;
@@ -162,7 +162,7 @@ export function setNuGetProxyEnvironment(input: EnvironmentDictionary,
162162
}
163163

164164
if (proxybypass) {
165-
tl.debug(`Adding environment variable for NuGet proxy bypass: ${proxybypass}`);
165+
tl.debug(`Adding environment variable for NuGet proxy bypass: NO_PROXY`);
166166

167167
// check if there are any existing NO_PROXY values
168168
let existingNoProxy = process.env["NO_PROXY"];

Tasks/DotNetCoreCLIV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"demands": [],
1818
"version": {
1919
"Major": 2,
20-
"Minor": 164,
20+
"Minor": 166,
2121
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.115.0",

Tasks/DotNetCoreCLIV2/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"demands": [],
1818
"version": {
1919
"Major": 2,
20-
"Minor": 164,
20+
"Minor": 166,
2121
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.115.0",
@@ -569,4 +569,4 @@
569569
"Warning_UpdatingNuGetVersion": "ms-resource:loc.messages.Warning_UpdatingNuGetVersion",
570570
"NetCore3Update": "ms-resource:loc.messages.NetCore3Update"
571571
}
572-
}
572+
}

Tasks/DownloadPackageV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "ms-vscs-rm",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 164,
12+
"Minor": 166,
1313
"Patch": 0
1414
},
1515
"demands": [],

Tasks/DownloadPackageV0/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"author": "ms-vscs-rm",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 161,
13-
"Patch": 1
12+
"Minor": 166,
13+
"Patch": 0
1414
},
1515
"demands": [],
1616
"minimumAgentVersion": "1.99.0",
@@ -107,4 +107,4 @@
107107
"OperationFailed": "ms-resource:loc.messages.OperationFailed",
108108
"UnsupportedProjectScopedFeeds": "ms-resource:loc.messages.UnsupportedProjectScopedFeeds"
109109
}
110-
}
110+
}

Tasks/DownloadPackageV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "ms-vscs-rm",
1010
"version": {
1111
"Major": 1,
12-
"Minor": 164,
12+
"Minor": 166,
1313
"Patch": 0
1414
},
1515
"demands": [],

Tasks/DownloadPackageV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"author": "ms-vscs-rm",
1010
"version": {
1111
"Major": 1,
12-
"Minor": 161,
13-
"Patch": 2
12+
"Minor": 166,
13+
"Patch": 0
1414
},
1515
"demands": [],
1616
"releaseNotes": "ms-resource:loc.releaseNotes",

Tasks/MavenV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 164,
20+
"Minor": 166,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "Configuration of the SonarQube analysis was moved to the [SonarQube](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube) or [SonarCloud](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) extensions, in task `Prepare Analysis Configuration`",

Tasks/MavenV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 2,
20-
"Minor": 161,
20+
"Minor": 166,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",

Tasks/MavenV3/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 3,
20-
"Minor": 164,
20+
"Minor": 166,
2121
"Patch": 0
2222
},
2323
"releaseNotes": "Configuration of the SonarQube analysis was moved to the [SonarQube](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarqube) or [SonarCloud](https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud) extensions, in task `Prepare Analysis Configuration`",

0 commit comments

Comments
 (0)