Skip to content

Commit 004044c

Browse files
authored
Update MSBuild Logger binary (#21130)
1 parent 49bf62f commit 004044c

File tree

8 files changed

+14
-13
lines changed

8 files changed

+14
-13
lines changed

Tasks/MSBuildV1/package-lock.json

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

Tasks/MSBuildV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/mocha": "^9.1.1",
1616
"@types/node": "^20.3.1",
1717
"azure-pipelines-task-lib": "^4.16.0",
18-
"azure-pipelines-tasks-msbuildhelpers": "3.256.0"
18+
"azure-pipelines-tasks-msbuildhelpers": "3.259.1"
1919
},
2020
"devDependencies": {
2121
"typescript": "5.1.6"

Tasks/MSBuildV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 1,
15-
"Minor": 256,
15+
"Minor": 260,
1616
"Patch": 0
1717
},
1818
"demands": [

Tasks/MSBuildV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 1,
15-
"Minor": 256,
15+
"Minor": 260,
1616
"Patch": 0
1717
},
1818
"demands": [

Tasks/VSBuildV1/package-lock.json

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

Tasks/VSBuildV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/mocha": "^5.2.7",
1616
"@types/node": "^10.17.0",
1717
"azure-pipelines-task-lib": "^4.16.0",
18-
"azure-pipelines-tasks-msbuildhelpers": "^3.256.0"
18+
"azure-pipelines-tasks-msbuildhelpers": "^3.259.1"
1919
},
2020
"devDependencies": {
2121
"typescript": "4.0.2"

Tasks/VSBuildV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 1,
15-
"Minor": 256,
15+
"Minor": 260,
1616
"Patch": 0
1717
},
1818
"demands": [

Tasks/VSBuildV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Microsoft Corporation",
1313
"version": {
1414
"Major": 1,
15-
"Minor": 256,
15+
"Minor": 260,
1616
"Patch": 0
1717
},
1818
"demands": [

0 commit comments

Comments
 (0)