-
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
Added traversal project to core. #6365
Added traversal project to core. #6365
Conversation
/azp run net - core - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
622c9d6
to
cbd804e
Compare
Adds traversal projects as discussed. Also brings in identity and cognitive service |
/azp run net - operationalinsights - ci |
/azp run net - servicebus - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - storage - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - core - ci |
/azp run net - eventhub - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
be8558a
to
ad2bbe9
Compare
@@ -0,0 +1,5 @@ | |||
<Project Sdk="Microsoft.Build.Traversal"> | |||
<ItemGroup> | |||
<ProjectReference Include="..\sdk\$(ServiceDirectory)\**\*.csproj" /> |
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.
@chidozieononiwu once we bring over any management libraries we are going to have to exclude those here until we can convert them over to using our engineering system fully.
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run azure-sdk-for-net - mgmt |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - keyvault - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - eventgrid - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - eventgrid - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
@weshaggard - ready to merge I think. |
/azp run net - keyvault - ci |
/azp run net - servicebus - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - storage - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - operationalinsights - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - storage - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - hdinsight - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
This PR is an experiment to change core to run a traversal project instead of the SLN file. Just making sure it works as expected in pipelines.