-
Notifications
You must be signed in to change notification settings - Fork 531
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
[tests] Remove XASdkProject
#7869
Conversation
deaafd7
to
05b8b28
Compare
XASdkProject
6174250
to
7374fb5
Compare
d6217d1
to
3540137
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
de10fd3
to
5cec7d6
Compare
Replaces all instances of `XASdkProject` with `XamarinProject` types to unify test project generation across all MSBuild suites.
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.
Overall this is probably good to delete double-test code.
@pjcollins do you have a .csproj
handy from what one of these projects generated?
I remember they seem to generate projects differently, related to <ItemGroup>
-- so just wondering if something odd might happen there.
I made some changes around this by setting Here's a couple of projects generated differently in this PR: https://gist.github.com/pjcollins/a8d1902c2a955379858ef8d2947eb56f There is some extra noise in the |
Ok the main difference is |
* main: [build] stop setting `$DOTNET_gcServer` (dotnet#8085) [tests] Remove XASdkProject (dotnet#7869) [Mono.Android] Fix NRT warnings in hand bound code (dotnet#8086) Bump to dotnet/installer@9e6f9a8b9e 8.0.100-preview.6.23310.1 (dotnet#8123) Localized file check-in by OneLocBuild Task (dotnet#8102) LEGO: Merge pull request 8122
Replaces all instances of
XASdkProject
withXamarinProject
types tounify test project generation across all MSBuild suites.