Skip to content

Commit

Permalink
Housekeeping: add blazor to the cake build. (#2161)
Browse files Browse the repository at this point in the history
* Update build.cake

* Update build.cake
  • Loading branch information
glennawatson committed Sep 9, 2019
1 parent 5184183 commit 5d5c66e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var packageWhitelist = new List<FilePath>
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())
Expand Down Expand Up @@ -121,4 +122,4 @@ BuildParameters.Tasks.BuildTask.IsDependentOn("GenerateEvents");
// EXECUTION
//////////////////////////////////////////////////////////////////////

Build.Run();
Build.Run();

0 comments on commit 5d5c66e

Please sign in to comment.