-
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 repo structure cognitive services 3 #6180
Update repo structure cognitive services 3 #6180
Conversation
5e32f06
to
0740f38
Compare
@Azure/azure-sdk-eng |
694137b
to
f0a280f
Compare
...tomVision.Training/src/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.csproj
Outdated
Show resolved
Hide resolved
a8115bb
to
b2fd8df
Compare
@chidozieononiwu Please resolve the merge conflicts, we have some changes coming in for cognitive services, this should be merged soon, |
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.
LGTM
eng/data-plane.proj
Outdated
@@ -3,7 +3,7 @@ | |||
<ExcludeDataPlaneProjects Include="$(RepoSrcPath)\*\data-plane\**\*.Tests.*proj" Condition="'$(SkipTests)' == 'true'" /> | |||
<ExcludeDataPlaneProjects Include="$(RepoRoot)\sdk\*\Microsoft.Azure.*\**\*.Tests.*proj" Condition="'$(SkipTests)' == 'true'" /> |
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.
You will need to do the same pattern change for the test projects.
@@ -0,0 +1,33 @@ | |||
Microsoft Visual Studio Solution File, Format Version 12.00 |
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.
I was expecting that you would also remove "CognitiveServices" from the beginning of all these directory names.
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.
I left a couple comments that you should address and I spot checked a few of the version numbers which looked correct but please double check to ensure you have correctly mapped the version numbers from the AssemblyInfo to the projects.
b2fd8df
to
428bf8e
Compare
Move DataPlane libraries to new sdk folder.
Update repo structure.