Skip to content

Commit

Permalink
(GitToolsGH-1932) Add Wyam Addin and Tool
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Nov 25, 2019
1 parent b5ae116 commit abfca01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#addin "nuget:?package=Cake.Json&version=4.0.0"
#addin "nuget:?package=Cake.Npm&version=0.17.0"
#addin "nuget:?package=Cake.Tfx&version=0.9.1"
#addin "nuget:?package=Cake.Wyam&version=2.2.9"

#addin "nuget:?package=Newtonsoft.Json&version=12.0.2"
#addin "nuget:?package=SharpZipLib&version=1.2.0"
Expand All @@ -20,6 +21,7 @@
// Install tools.
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.10.0"
#tool "nuget:?package=nuget.commandline&version=5.2.0"
#tool "nuget:?package=Wyam&version=2.2.9"

// Install .NET Core Global tools.
#tool "dotnet:?package=Codecov.Tool&version=1.7.2"
Expand Down

0 comments on commit abfca01

Please sign in to comment.