Skip to content

Commit

Permalink
UniversalPackage path fix by upgrading dependency (#20148)
Browse files Browse the repository at this point in the history
  • Loading branch information
tintse-thxsky-MSFT authored Jul 15, 2024
1 parent 3a39ba2 commit 4c437d8
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 206 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^20.3.1",
"@types/uuid": "^8.3.0",
"azure-pipelines-task-lib": "^4.13.0",
"azure-pipelines-tasks-packaging-common": "^3.236.0",
"azure-pipelines-tasks-packaging-common": "^3.242.0",
"azure-pipelines-tasks-utility-common": "^3.238.0"
},
"devDependencies": {
Expand Down
96 changes: 7 additions & 89 deletions Tasks/UniversalPackagesV0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Tasks/UniversalPackagesV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^16.11.39",
"@types/uuid": "^8.3.0",
"azure-pipelines-task-lib": "^4.13.0",
"azure-pipelines-tasks-packaging-common": "^3.230.0",
"azure-pipelines-tasks-packaging-common": "^3.242.0",
"azure-pipelines-tasks-utility-common": "^3.238.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion Tasks/UniversalPackagesV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"category": "Package",
"version": {
"Major": 0,
"Minor": 242,
"Minor": 243,
"Patch": 0
},
"runsOn": [
Expand Down
2 changes: 1 addition & 1 deletion Tasks/UniversalPackagesV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"category": "Package",
"version": {
"Major": 0,
"Minor": 242,
"Minor": 243,
"Patch": 0
},
"runsOn": [
Expand Down
4 changes: 2 additions & 2 deletions _generated/UniversalPackagesV0.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|0.242.0
Node20_229_1|0.242.1
Default|0.243.0
Node20_229_1|0.243.1
96 changes: 7 additions & 89 deletions _generated/UniversalPackagesV0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _generated/UniversalPackagesV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^16.11.39",
"@types/uuid": "^8.3.0",
"azure-pipelines-task-lib": "^4.13.0",
"azure-pipelines-tasks-packaging-common": "^3.230.0",
"azure-pipelines-tasks-packaging-common": "^3.242.0",
"azure-pipelines-tasks-utility-common": "^3.238.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions _generated/UniversalPackagesV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"category": "Package",
"version": {
"Major": 0,
"Minor": 242,
"Minor": 243,
"Patch": 0
},
"runsOn": [
Expand Down Expand Up @@ -460,7 +460,7 @@
"Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
},
"_buildConfigMapping": {
"Default": "0.242.0",
"Node20_229_1": "0.242.1"
"Default": "0.243.0",
"Node20_229_1": "0.243.1"
}
}
Loading

0 comments on commit 4c437d8

Please sign in to comment.