azure-sdk-for-cpp/eng/common
2020-07-31 15:53:45 -07:00
..
pipelines/templates/steps Sync eng/common directory with azure-sdk-tools repository (#251) 2020-07-28 11:56:52 -07:00
scripts Sync eng/common directory with azure-sdk-tools repository (#363) 2020-07-31 15:53:45 -07:00
TestResources Sync eng/common directory with azure-sdk-tools repository (#363) 2020-07-31 15:53:45 -07:00
InterdependencyGraph.html Sync eng/common directory with azure-sdk-tools repository (#46) 2020-03-26 10:18:42 -07:00
README.md Sync eng/common directory with azure-sdk-tools repository (#46) 2020-03-26 10:18:42 -07:00
Update-Change-Log.ps1 Sync eng/common directory with azure-sdk-tools repository (#251) 2020-07-28 11:56:52 -07:00

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.