Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of WIF in AzureIotEdgeV2 #19971

Merged
merged 3 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
368 changes: 244 additions & 124 deletions Tasks/AzureIoTEdgeV2/_buildConfigs/Node20/Tests/package-lock.json

Large diffs are not rendered by default.

1,105 changes: 906 additions & 199 deletions Tasks/AzureIoTEdgeV2/_buildConfigs/Node20/package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Tasks/AzureIoTEdgeV2/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"applicationinsights": "^1.0.2",
"azure-pipelines-task-lib": "^4.4.0",
"azure-pipelines-tasks-artifacts-common": "^2.225.0",
"azure-pipelines-tasks-docker-common": "2.226.0",
"azure-pipelines-tasks-utility-common": "^3.210.0",
"minimatch": "^3.1.2"
},
Expand Down
1 change: 1 addition & 0 deletions Tasks/AzureIoTEdgeV2/make.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"rm": [
{
"items": [
"node_modules/azure-pipelines-tasks-docker-common/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-artifacts-common/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tasks-utility-common/node_modules/azure-pipelines-task-lib",
"node_modules/azure-pipelines-tool-lib/node_modules/azure-pipelines-task-lib"
Expand Down
Loading