Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Use the correct assembly name
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Oct 1, 2019
1 parent 01e10d4 commit c5a83e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Task ("merge")
RunProcess("androidx-migrator",
$"merge" +
$" --assembly " + string.Join(" --assembly ", mergeDlls) +
$" --output ./output/AndroidX.Merged.dll" +
$" --output ./output/AndroidSupport.Merged.dll" +
$" --search \"{XAMARIN_ANDROID_PATH}/{ANDROID_SDK_VERSION}\" " +
$" --search \"{XAMARIN_ANDROID_PATH}/{ANDROID_SDK_BASE_VERSION}\" " +
$" --inject-assemblyname");
Expand Down

0 comments on commit c5a83e0

Please sign in to comment.