зеркало из
1
0
Форкнуть 0
Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Xiang Yan 6115a6adfd
Conda20240301 (#34399)
* add identity for storage

* add more tests

* update

* conda 2024-03-01

* update

* update

* update

* Update conda/conda-releaselogs/uamqp.md

* update

* update

* remove 312

* update conda_functions and build yaml to build successfully on all platforms

* update

* update

* update

* update

* add 312

* update

---------

Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
2024-03-01 08:03:39 -08:00
Scott Beddall f1f3836980
Refactor Conda Pipeline (#31804)
- Restructure per-service conda builds to a single, unified conda build located within `conda-sdk-client`
- This newly refactored pipeline takes the form of two stages. the first builds multiplatform conda packages against py38,39,310,311. the second builds all our universal (noarch) conda packages.
- Move all conda releaselogs under `conda/conda-releaselogs`
- Move all conda recipes from Xiang's personal build store into the official repo
- Refactor conda build pipeline from a script within `devops_tasks` directory to an entrypoint within `azure-sdk-tools`
- Update conda build within azure-sdk-tools to _also retrieve package data_ prior to assembling a conda package. This totally eliminates the need for a difference in CI and local invocation, and massively simplifies the CI pipeline steps
- Update conda version to 2023.09.01
2023-09-06 16:24:33 -07:00