Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 4.87 KB

MIGRATION_OF_COMMON_PACKAGES.md

File metadata and controls

59 lines (48 loc) · 4.87 KB

Package migration

Common npm packages have been migrated to a new repository

New ci pipeline is created in PipelineTools project: microsoft.azure-pipelines-tasks-common-packages

List of already migrated packages:

  1. artifacts-common
  2. codeanalysis-common
  3. ios-signing-common
  4. java-common
  5. msbuildhelpers
  6. packaging-common
  7. securefiles-common
  8. AzureRmDeploy-common-v3
  9. webdeployment-common-v4
  10. utility-common-v2
  11. kubernetes-common-v2
  12. docker-common
  13. az-blobstorage-provider-v2
  14. azure-arm-rest
  15. docker-common-v2
  16. azure-arm-rest-v2

Getting rid of -v2, -v3 folders

We are going to get rid of -v2, v3 folders and packages. Some of them were created due to the fact that we lost access to the original packages. We recently restored access and can now re-publish them.

We got access msbuildhelpers, packaging-common, azurermdeploycommon, webdeployment-common npm packages back. Missed versions were re-published to the original packages.

  • Replaced msbuildhelpers-v3 with msbuildhelpers in task dependencies.
  • Replaced packaging-common-v3 with packaging-common in task dependencies.
  • Replaced azurermdeploycommon-v3 with azurermdeploycommon in task dependencies.
  • Replaced webdeployment-common-v4 with webdeployment-common in task dependencies.

Related PRs

Package Remove package folder Replace package in tasks
artifacts-common PR
codeanalysis-common PR
ios-signing-common PR
java-common PR
MSBuildHelpers-v3 PR PR
packaging-common-v3 PR PR
securefiles-common PR
AzureRmDeploy-common-v3 PR PR
webdeployment-common-v4 PR PR
utility-common-v2 PR
kubernetes-common-v2 PR PR
docker-common PR
azure-arm-rest PR
az-blobstorage-provider-v2 PR PR
docker-common-v2 PR PR
azure-arm-rest-v2 PR PR1, PR2, PR3, PR4, PR5, PR6