Skip to content

Commit 92989aa

Browse files
committed
Upgrade embedded tfx-cli
1 parent 2e203a7 commit 92989aa

File tree

5 files changed

+33
-35
lines changed

5 files changed

+33
-35
lines changed

BuildTasks/TfxInstaller/package-lock.json

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

BuildTasks/TfxInstaller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"azure-pipelines-task-lib": "^4.17.3",
1313
"azure-pipelines-tool-lib": "^2.0.10",
14-
"tfx-cli": "^0.22.3",
14+
"tfx-cli": "^0.22.5",
1515
"uuidv5": "^1.0.0"
1616
}
1717
}

Scripts/foreach-task.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
(Get-ChildItem buildtasks\*\v*) | ForEach-Object {
1+
2+
(Get-ChildItem buildtasks\* -Directory) | ForEach-Object {
23
write-host $_
34
Push-Location $_
45
#if ((gc -raw .\package.json -ErrorAction Ignore) -like "*@types/node*") {
56
# npm install @types/node@^20.19.23 --save-dev
67
#}
7-
npm audit
8+
npm audit fix
89
Pop-Location
910
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint": "^9.39.1",
4444
"glob-exec": "^0.1.1",
4545
"globals": "^16.5.0",
46-
"tfx-cli": "^0.22.3",
46+
"tfx-cli": "^0.22.5",
4747
"typescript": "^5.9.3",
4848
"typescript-eslint": "^8.48.0"
4949
}

0 commit comments

Comments
 (0)