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

[Xamarin.ProjectTools] check for /msbuild/ in $(FrameworkSdkRoot) #2731

Merged
merged 1 commit into from
Feb 13, 2019

Conversation

jonathanpeppers
Copy link
Member

Downstream in monodroid, we are still seeing a failure in
NetStandardReferenceTest:

Using $(FrameworkSDKRoot): /Library/Frameworks/Mono.framework/Versions/5.18.0/lib/mono/
[TESTLOG] Test NetStandardReferenceTest Complete
...
Microsoft.NET.Sdk not found:

But if I test on my machine $(FrameworkSDKRoot) is:

/Library/Frameworks/Mono.framework/Versions/5.18.0/lib/mono/msbuild/

Both the build machine and mine have the same version of Mono.

I think we should just make sure the path we are using includes
/msbuild/ and append the directory if needed.

Other change:

  • On Windows, it was always logging Using $(FrameworkSDKRoot): . So
    let's not log that if it is blank.

Downstream in monodroid, we are still seeing a failure in
`NetStandardReferenceTest`:

    Using $(FrameworkSDKRoot): /Library/Frameworks/Mono.framework/Versions/5.18.0/lib/mono/
    [TESTLOG] Test NetStandardReferenceTest Complete
    ...
    Microsoft.NET.Sdk not found:

But if I test on my machine `$(FrameworkSDKRoot)` is:

    /Library/Frameworks/Mono.framework/Versions/5.18.0/lib/mono/msbuild/

Both the build machine and mine have the same version of Mono.

I think we should just make sure the path we are using includes
`/msbuild/` and append the directory if needed.

Other change:

* On Windows, it was always logging `Using $(FrameworkSDKRoot): `. So
  let's not log that if it is blank.
@dellis1972
Copy link
Contributor

Failing tests are AndroidClientHandlerTests.Mono.Android_Tests, Xamarin.Android.NetTests.AndroidClientHandlerTests. So I'm gonna merge this

@dellis1972 dellis1972 merged commit 23c3005 into dotnet:master Feb 13, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Feb 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants