-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update mgmt yml file #6623
Update mgmt yml file #6623
Conversation
<Import Project="Directory.Build.props" /> | ||
<Import Project="Directory.Build.targets" /> | ||
<Project Sdk="Microsoft.Build.Traversal"> | ||
<ItemGroup> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@weshaggard won't it be easy for now until everything settles down where we have
instead of build.proj, we create
mgmt.proj
<takeYourPick>.proj (for non-mgmt projects)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have that which is eng/service.proj
/azp run net - mgmt - ci |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run net - mgmt - ci |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
@weshaggard I updated mgmt.yml last night as there were couple of PRs that wanted me to review/merge, so I excluded SDK directory, hence you see the conflict for that file. |
3979504
to
27e9f59
Compare
39fa9f5
to
4958579
Compare
Update mgmt yml file to be closer to client yml file still needs to be separate until we can get the mgmt tooling to work with dotnet pack/test commands. Added eng/mgmt.proj which builds all mangment libraries. Updated root build.proj to include both mgmt and client libraries. Remove init step from old mgmt.yml as it is needed any longer Add scope path validation Add support for publishing property
4958579
to
88f304b
Compare
Update mgmt yml file to be closer to client yml file
still needs to be separate until we can get the mgmt tooling
to work with dotnet pack/test commands.
Added eng/mgmt.proj which builds all mangment libraries.
Updated root build.proj to include both mgmt and client libraries.
PTAL @shahabhijeet @mitchdenny @chidozieononiwu