You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tasks/Common/packaging-common/Strings/resources.resjson/en-US/resources.resjson
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,5 +25,6 @@
25
25
"loc.messages.NGCommon_UnabletoDetectNuGetVersion": "Unknown NuGet version selected.",
26
26
"loc.messages.NGCommon_UnableToFindTool": "Unable to find tool %s",
27
27
"loc.messages.Warning_SessionCreationFailed": "Could not create provenance session.",
28
-
"loc.messages.Warning_UpdatingNuGetVersion": "Updating version of NuGet.exe to %s from %s. Behavior changes or breaking changes might occur as NuGet updates to a new version. If this is not desired, uncheck the 'Check for Latest Version' option in the task."
28
+
"loc.messages.Warning_UpdatingNuGetVersion": "Updating version of NuGet.exe to %s from %s. Behavior changes or breaking changes might occur as NuGet updates to a new version. If this is not desired, uncheck the 'Check for Latest Version' option in the task.",
29
+
"loc.messages.Warning_IncompatibleNugetMsbuildVersion": "The detected version of MSBuild (%s) is incompatible with NuGet (%s). See https://aka.ms/AA84eyr"
Copy file name to clipboardExpand all lines: Tasks/Common/packaging-common/module.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
"NGCommon_UnabletoDetectNuGetVersion": "Unknown NuGet version selected.",
27
27
"NGCommon_UnableToFindTool": "Unable to find tool %s",
28
28
"Warning_SessionCreationFailed": "Could not create provenance session.",
29
-
"Warning_UpdatingNuGetVersion": "Updating version of NuGet.exe to %s from %s. Behavior changes or breaking changes might occur as NuGet updates to a new version. If this is not desired, uncheck the 'Check for Latest Version' option in the task."
29
+
"Warning_UpdatingNuGetVersion": "Updating version of NuGet.exe to %s from %s. Behavior changes or breaking changes might occur as NuGet updates to a new version. If this is not desired, uncheck the 'Check for Latest Version' option in the task.",
30
+
"Warning_IncompatibleNugetMsbuildVersion": "The detected version of MSBuild (%s) is incompatible with NuGet (%s). See https://aka.ms/AA84eyr"
Copy file name to clipboardExpand all lines: Tasks/MavenV2/task.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@
17
17
"author": "Microsoft Corporation",
18
18
"version": {
19
19
"Major": 2,
20
-
"Minor": 167,
21
-
"Patch": 5
20
+
"Minor": 173,
21
+
"Patch": 0
22
22
},
23
23
"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