Skip to content

Commit

Permalink
Merge pull request #31 from Assassyn/fix/add-missing-terracore-dll
Browse files Browse the repository at this point in the history
added missing plugin to an output package
  • Loading branch information
Assassyn authored May 31, 2023
2 parents 50a087f + 270b40d commit 318ef0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Task("Publish")
var projects = new [] {
"../src/Functional.UniversalBot.Plugin.HiveEngine/Functional.UniversalBot.Plugin.HiveEngine.fsproj",
"../src/Functional.UniversalBot.Hive/Functional.UniversalBot.Plugin.Hive.fsproj",
"../src/Functional.UniversalBot.Plugin.Terracore/Functional.UniversalBot.Plugin.Terracore.fsproj",
};

foreach(var project in projects){
Expand Down

0 comments on commit 318ef0b

Please sign in to comment.