* update version to dev.1 for test release * Update release date in CHANGELOG.md * Add checkout step * Faster matrix * Add Skip.Test to improve inner loop * Show more info for tagging * Revert "Faster matrix" This reverts commit 713afd3d64743cbc1841e1ee965e936c049f7cf7. * Add correct folder * Add fixes for tagging repo * Use Invoke-WebRequest for GetExistingTags * Use -Uri * return empty list * Add vcpkg caching * Set contents to copy * Add doc uploads for C++ * Revert "Update release date in CHANGELOG.md" This reverts commit 6fb302701381758cbb3d3828c2ce8d29d6b77950. * Revert "update version to dev.1 for test release" This reverts commit 4e188e4da99cb1246f195a5362e47d6ff80c3219. * Revert "Add vcpkg caching" This reverts commit 1f5f4d95e21d07d5ade1df470f39ceb478849f06. |
||
|---|---|---|
| .. | ||
| pipelines/templates/steps | ||
| scripts | ||
| TestResources | ||
| InterdependencyGraph.html | ||
| README.md | ||
| Update-Change-Log.ps1 | ||
Common Engineering System
The eng/common directory contains engineering files that are common across the various azure-sdk language repos.
It should remain relatively small and only contain textual based files like scripts, configs, or templates. It
should not contain binary files as they don't play well with git.
Updating
Any updates to files in the eng/common directory should be made in the azure-sdk-tools repo.
All changes made will cause a PR to created in all subscribed azure-sdk language repos which will blindly replace all contents of
the eng/common directory in that repo. For that reason do NOT make changes to files in this directory in the individual azure-sdk
languages repos as they will be overwritten the next time an update is taken from the common azure-sdk-tools repo.