Skip to content

Commit fbd7053

Browse files
Update azure-pipelines-tasks-utility-common to 3.258.0 Part 4 (#21108)
1 parent 925b555 commit fbd7053

File tree

8 files changed

+40
-22
lines changed

8 files changed

+40
-22
lines changed

Tasks/AzureTestPlanV0/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureTestPlanV0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"agent-base": "6.0.2",
2626
"azure-pipelines-task-lib": "^4.15.0",
2727
"azure-pipelines-tasks-docker-common": "^2.242.0",
28-
"azure-pipelines-tasks-utility-common": "^3.212.0",
28+
"azure-pipelines-tasks-utility-common": "3.258.0",
2929
"azure-devops-node-api": "^12.2.0",
3030
"azure-pipelines-tool-lib": "^2.0.0-preview",
3131
"typed-rest-client": "^1.8.9",

Tasks/AzureTestPlanV0/task.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 259,
17-
"Patch": 3
17+
"Patch": 4
1818
},
1919
"preview": true,
2020
"demands": [],
@@ -205,6 +205,5 @@
205205
"chmodGradlew": "Used 'chmod' method for gradlew file to make it executable.",
206206
"NoMatchingFilesFound": "No test result files matching '%s' were found.",
207207
"MultipleMatchingGradlewFound": "Multiple gradlew files found. Selecting the first matched instance"
208-
209208
}
210209
}

Tasks/AzureTestPlanV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 0,
1616
"Minor": 259,
17-
"Patch": 3
17+
"Patch": 4
1818
},
1919
"preview": true,
2020
"demands": [],

Tasks/ContainerStructureTestV0/package-lock.json

Lines changed: 28 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/ContainerStructureTestV0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"agent-base": "^6.0.2",
2525
"azure-pipelines-task-lib": "^4.1.0",
2626
"azure-pipelines-tasks-docker-common": "^2.242.0",
27-
"azure-pipelines-tasks-utility-common": "^3.238.0",
27+
"azure-pipelines-tasks-utility-common": "3.258.0",
2828
"azure-pipelines-tool-lib": "^2.0.7",
2929
"typed-rest-client": "^1.8.11"
3030
},

Tasks/ContainerStructureTestV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 247,
17-
"Patch": 1
16+
"Minor": 259,
17+
"Patch": 0
1818
},
1919
"preview": true,
2020
"demands": [],

Tasks/ContainerStructureTestV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 247,
17-
"Patch": 1
16+
"Minor": 259,
17+
"Patch": 0
1818
},
1919
"preview": true,
2020
"demands": [],

0 commit comments

Comments
 (0)