Skip to content

Conversation

@radekdoulik
Copy link
Member

  • this way the [x|ms]build will be called always and thus
    dependencies will be handled by the msbuild targets and not by make

  • it means that when we edit for example
    xamarin-android/src/Mono.Android/System.Drawing/KnownColors.cs and
    then run make in monodroid, all the required API levels will be
    rebuilt and the updated Mono.Android.dll, ... will be rsynced

  • we should probably review the msbuild target dependencies in
    xamarin-android to make sure we don't run targets where not
    needed. in example add Inputs and Outputs

 - this way the [x|ms]build will be called always and thus
   dependencies will be handled by the msbuild targets and not by make

 - it means that when we edit for example
   xamarin-android/src/Mono.Android/System.Drawing/KnownColors.cs and
   then run make in monodroid, all the required API levels will be
   rebuilt and the updated Mono.Android.dll, ... will be rsynced

 - we should probably review the msbuild target dependencies in
   xamarin-android to make sure we don't run targets where not
   needed. in example add Inputs and Outputs
@radekdoulik
Copy link
Member Author

build

@jonpryor jonpryor merged commit fc22191 into dotnet:master Mar 23, 2017
@jonpryor jonpryor mentioned this pull request Sep 5, 2017
@github-actions github-actions bot locked and limited conversation to collaborators Feb 5, 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.

3 participants