Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools repository (#7153)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored and weshaggard committed Jan 24, 2020
1 parent fa96a37 commit 9131687
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions eng/common/README.md
@@ -0,0 +1,12 @@
# 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](https://github.com/azure/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.

0 comments on commit 9131687

Please sign in to comment.