Skip to content

Commit

Permalink
[provisioning] Make sure to provision mono for nuget (#16347)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Jul 25, 2023
1 parent 538a8a2 commit d1ad43c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/provisioning/provisioning.csx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ if (IsMac)
{
ForceJavaCleanup();
MicrosoftOpenJdk ("11.0.13.8.1");
Item ("Mono", "6.12.0.199");
}

string ANDROID_API_SDKS = Environment.GetEnvironmentVariable ("ANDROID_API_SDKS");
Expand Down

0 comments on commit d1ad43c

Please sign in to comment.