Skip to content

Commit

Permalink
azure-pipeline tasks (#14476)
Browse files Browse the repository at this point in the history
* azure-pipeline tasks

* packer build v0

UseDotnetv2 changes

test fixes

test fixes

test changes

test changes

Co-authored-by: Divanshu Aggarwal <[email protected]>
  • Loading branch information
ddivanshu and Divanshu Aggarwal authored Mar 1, 2021
1 parent c28f82e commit 4f1cfb9
Show file tree
Hide file tree
Showing 17 changed files with 2,282 additions and 308 deletions.
742 changes: 688 additions & 54 deletions Tasks/AzureResourceGroupDeploymentV2/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Tasks/AzureResourceGroupDeploymentV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@types/node": "^10.17.0",
"azure-pipelines-task-lib": "^3.0.6-preview.0",
"azure-pipelines-tasks-azure-arm-rest-v2": "1.0.4",
"azure-pipelines-tasks-azure-arm-rest-v2": "^2.0.1",
"moment": "2.21.0",
"typed-rest-client": "1.7.3"
},
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureResourceGroupDeploymentV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 183,
"Minor": 184,
"Patch": 0
},
"demands": [],
Expand Down Expand Up @@ -488,4 +488,4 @@
"DeploymentGroupConfigurationFailedOnVM": "Failure for Virtual Machine '%s': %s",
"TroubleshootingGuide": "Check out the troubleshooting guide to see if your issue is addressed: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-resource-group-deployment?view=azure-devops#troubleshooting"
}
}
}
2 changes: 1 addition & 1 deletion Tasks/AzureResourceGroupDeploymentV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 2,
"Minor": 183,
"Minor": 184,
"Patch": 0
},
"demands": [],
Expand Down
Loading

0 comments on commit 4f1cfb9

Please sign in to comment.