Skip to content

Commit

Permalink
housekeeping: Add Splat.Drawing to the cake build
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Sep 20, 2019
1 parent 1e5b501 commit e07b108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var packageWhitelist = new[]
MakeAbsolute(File("./src/Splat.NLog/Splat.NLog.csproj")),
MakeAbsolute(File("./src/Splat.Serilog/Splat.Serilog.csproj")),
MakeAbsolute(File("./src/Splat.SimpleInjector/Splat.SimpleInjector.csproj")),
MakeAbsolute(File("./src/Splat.Drawing/Splat.Drawing.csproj")),
};

var packageTestWhitelist = new[]
Expand Down

0 comments on commit e07b108

Please sign in to comment.