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
"loc.messages.OldStyleUrlsInPomFile": "Your POM file uses the old style of Azure DevOps organization URLs (i.e. https://*.visualstudio.com). Update your POM file to use the new URL style (https://dev.azure.com/*). Using credentials for the old URL style: %s"
Copy file name to clipboardExpand all lines: Tasks/MavenV2/task.json
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
"version": {
19
19
"Major": 2,
20
20
"Minor": 150,
21
-
"Patch": 1
21
+
"Patch": 2
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`",
24
24
"demands": [
@@ -407,7 +407,6 @@
407
407
"EntryAlreadyExists": "The settings for the feed or repository already exists in the xml file.",
408
408
"EffectivePomInvalid": "Could not parse the effective POM.",
409
409
"AuthenticationNotNecessary": "No built-in Maven feeds requiring authentication were found. Disable 'Authenticate built-in Maven feeds' for faster builds.",
410
-
"UsingAuthFeed": "Using built-in feed: ",
411
-
"OldStyleUrlsInPomFile": "Your POM file uses the old style of Azure DevOps organization URLs (i.e. https://*.visualstudio.com). Update your POM file to use the new URL style (https://dev.azure.com/*). Using credentials for the old URL style: %s"
"loc.messages.NoTestResults": "No test result files matching %s were found, so publishing JUnit test results is being skipped.",
96
-
"loc.messages.OldStyleUrlsInPomFile": "Your POM file uses the old style of Azure DevOps organization URLs (i.e. https://*.visualstudio.com). Update your POM file to use the new URL style (https://dev.azure.com/*). Using credentials for the old URL style: %s"
95
+
"loc.messages.NoTestResults": "No test result files matching %s were found, so publishing JUnit test results is being skipped."
Copy file name to clipboardExpand all lines: Tasks/MavenV3/task.json
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
"version": {
19
19
"Major": 3,
20
20
"Minor": 150,
21
-
"Patch": 1
21
+
"Patch": 2
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`",
24
24
"demands": [
@@ -408,7 +408,6 @@
408
408
"EffectivePomInvalid": "Could not parse the effective POM.",
409
409
"AuthenticationNotNecessary": "No built-in Maven feeds requiring authentication were found. Disable 'Authenticate built-in Maven feeds' for faster builds.",
410
410
"UsingAuthFeed": "Using built-in feed: ",
411
-
"NoTestResults": "No test result files matching %s were found, so publishing JUnit test results is being skipped.",
412
-
"OldStyleUrlsInPomFile": "Your POM file uses the old style of Azure DevOps organization URLs (i.e. https://*.visualstudio.com). Update your POM file to use the new URL style (https://dev.azure.com/*). Using credentials for the old URL style: %s"
411
+
"NoTestResults": "No test result files matching %s were found, so publishing JUnit test results is being skipped."
0 commit comments