From 5d5c66ed28575a1406fe82f9f8dce67c0f454a7f Mon Sep 17 00:00:00 2001 From: Glenn <5834289+glennawatson@users.noreply.github.com> Date: Mon, 9 Sep 2019 12:50:10 +1000 Subject: [PATCH] Housekeeping: add blazor to the cake build. (#2161) * Update build.cake * Update build.cake --- build.cake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.cake b/build.cake index 854e6176fb..87260f5f19 100644 --- a/build.cake +++ b/build.cake @@ -25,6 +25,7 @@ var packageWhitelist = new List MakeAbsolute(File("./src/ReactiveUI.AndroidSupport/ReactiveUI.AndroidSupport.csproj")), MakeAbsolute(File("./src/ReactiveUI.XamForms/ReactiveUI.XamForms.csproj")), MakeAbsolute(File("./src/ReactiveUI.Uno/ReactiveUI.Uno.csproj")), + MakeAbsolute(File("./src/ReactiveUI.Blazor/ReactiveUI.Blazor.csproj")), }; if (IsRunningOnWindows()) @@ -121,4 +122,4 @@ BuildParameters.Tasks.BuildTask.IsDependentOn("GenerateEvents"); // EXECUTION ////////////////////////////////////////////////////////////////////// -Build.Run(); \ No newline at end of file +Build.Run();