Skip to content

Commit

Permalink
Bump to boots 1.0.1.386 (#58)
Browse files Browse the repository at this point in the history
* boots 1.0.1.386 has .NET Core 3 support
* We should also use VS 2019 16.4 now
  • Loading branch information
jonathanpeppers committed Jan 11, 2020
1 parent 838e237 commit 44cb94c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#addin nuget:?package=Cake.Boots&version=1.0.0.291
#addin nuget:?package=Cake.Boots&version=1.0.1.386
#load "helpers.cake"

// Input args
Expand Down Expand Up @@ -29,7 +29,7 @@ Task("Boots")
.Does(async () =>
{
var platform = IsRunningOnWindows() ? "windows" : "macos";
await Boots ($"https://aka.ms/xamarin-android-commercial-d16-3-{platform}");
await Boots ($"https://aka.ms/xamarin-android-commercial-d16-4-{platform}");
});

Task("Clean")
Expand Down

0 comments on commit 44cb94c

Please sign in to comment.