Skip to content

Commit

Permalink
Update task-lib version for Tasks-Common-MSBuildHelpers (#16438)
Browse files Browse the repository at this point in the history
`azure-pipelines-task-lib` version was updated for `Tasks/Common/MSBuildHelpers` common package.
`MSBuildV1`, `VSBuildV1`, and `XamarinAndroidV1` versions were bumped up since these tasks depend on this common package
  • Loading branch information
DenisRumyantsev authored Jun 18, 2022
1 parent ecc3212 commit 1ea9325
Show file tree
Hide file tree
Showing 12 changed files with 631 additions and 244 deletions.
4 changes: 0 additions & 4 deletions Tasks/Common/MSBuildHelpers/Tests/L0.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/// <reference path="../../../../definitions/mocha.d.ts"/>
/// <reference path="../../../../definitions/node.d.ts"/>
/// <reference path="../../../../definitions/Q.d.ts"/>

import Q = require('q');
import assert = require('assert');
import path = require('path');
Expand Down
459 changes: 431 additions & 28 deletions Tasks/Common/MSBuildHelpers/package-lock.json

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions Tasks/Common/MSBuildHelpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msbuildhelpers",
"version": "1.197.0",
"version": "1.207.0",
"description": "Azure Pipelines tasks MSBuild helpers",
"main": "msbuildhelpers.js",
"scripts": {
Expand All @@ -17,6 +17,11 @@
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"azure-pipelines-task-lib": "^2.9.3"
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.0",
"azure-pipelines-task-lib": "^3.3.1"
},
"devDependencies": {
"typescript": "4.0.2"
}
}
8 changes: 0 additions & 8 deletions Tasks/Common/MSBuildHelpers/typings.json

This file was deleted.

381 changes: 186 additions & 195 deletions Tasks/MSBuildV1/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/MSBuildV1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.0",
"azure-pipelines-task-lib": "^3.1.2",
"msbuildhelpers": "file:../../_build/Tasks/Common/msbuildhelpers-1.197.0.tgz"
"msbuildhelpers": "file:../../_build/Tasks/Common/msbuildhelpers-1.207.0.tgz"
},
"devDependencies": {
"typescript": "4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion Tasks/MSBuildV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 199,
"Minor": 207,
"Patch": 0
},
"demands": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/MSBuildV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 199,
"Minor": 207,
"Patch": 0
},
"demands": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VSBuildV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 199,
"Minor": 207,
"Patch": 0
},
"demands": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VSBuildV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 199,
"Minor": 207,
"Patch": 0
},
"demands": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/XamarinAndroidV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 200,
"Minor": 207,
"Patch": 0
},
"demands": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/XamarinAndroidV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 200,
"Minor": 207,
"Patch": 0
},
"demands": [
Expand Down

0 comments on commit 1ea9325

Please sign in to comment.