Skip to content

Commit

Permalink
[tests] update Microsoft.Intune.Maui.Essentials.android (#8495)
Browse files Browse the repository at this point in the history
Context: https://www.nuget.org/packages/Microsoft.Intune.Maui.Essentials.android/10.0.0-beta2

A `MicrosoftIntune(false)` test on xamarin-android/main can fail with:

    /Users/runner/.nuget/packages/microsoft.intune.maui.essentials.android/10.0.0-beta/build/netstandard2.0/Microsoft.Intune.Maui.Essentials.android.targets(203,9):
    error : /Users/runner/work/1/s/bin/Release/dotnet/packs/Microsoft.NETCore.App.Runtime.Mono.android-x64/8.0.0-rc.2.23466.4/runtimes/android-x64/native/libSystem.Security.Cryptography.Native.Android.jar doesn't contain /Users/runner/.nuget/packages/ and the mamified library won't be placed in the correct intune directory. This is not expected.

This is potentially fixed in the next release, let's try it.
  • Loading branch information
jonathanpeppers authored Nov 9, 2023
1 parent c13c94d commit 5eff7f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ public static class KnownPackages
};
public static Package Microsoft_Intune_Maui_Essentials_android = new Package {
Id = "Microsoft.Intune.Maui.Essentials.android",
Version = "10.0.0-beta",
Version = "10.0.0-beta2",
};
}
}
Expand Down

0 comments on commit 5eff7f3

Please sign in to comment.