Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate build tools from individual repos. #3779

Merged
merged 1 commit into from
Oct 13, 2017

Conversation

shahabhijeet
Copy link
Member

@shahabhijeet shahabhijeet commented Oct 12, 2017

  • Allows build changes to be pushed to inidividual branches dynamically.
  • This introduces a way to download all the build tools from SdkBuildTools branch. Moving forward SDkBuildTools will be the primary branch for build releted changes.
  • This change will also require a change in the psSdkJson6 (master branch) which will eliminate the need to depend locally for all build tools.
  • The idea is that SdkBuildTools will keep getting updates from psSdkJson6 (or whatever the master branch is) but SdkBuildTools will never merge into any branch.
  • All build related changes will be downloaded from SdkBuildTools branch and SHOULD NEVER BE MERGED into any other branch.
  • Periodic merges from master is required to test master branches and keep up with the changes. -
  • Currently only 3 tests have been added, need more tests primarily msbuild tests are required to be added

…e pushed to inidividual branches dynamically. This introduces a way to download all the build tools from SdkBuildTools branch. Moving forward SDkBuildTools will be the primary branch for build releted changes. This change will also require a change in the psSdkJson6 (master branch) which will eliminate the need to depend locally for all build tools. The idea is that SdkBuildTools will keep getting updates from psSdkJson6 (or whatever the master branch is) but SdkBuildTools will never merge into any branch. All build related changes will be downloaded from the branch and SHOULD NEVER BE MERGED into any other branch. Periodic merges from master is required to test master branches and keep up with the changes. Currently only 3 tests have been added, need more tests primarily msbuild tests are required to be added
@shahabhijeet
Copy link
Member Author

@azuresdkci test this please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant