Skip to content

Commit abfca01

Browse files
committed
(GH-1932) Add Wyam Addin and Tool
1 parent b5ae116 commit abfca01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.cake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#addin "nuget:?package=Cake.Json&version=4.0.0"
1313
#addin "nuget:?package=Cake.Npm&version=0.17.0"
1414
#addin "nuget:?package=Cake.Tfx&version=0.9.1"
15+
#addin "nuget:?package=Cake.Wyam&version=2.2.9"
1516

1617
#addin "nuget:?package=Newtonsoft.Json&version=12.0.2"
1718
#addin "nuget:?package=SharpZipLib&version=1.2.0"
@@ -20,6 +21,7 @@
2021
// Install tools.
2122
#tool "nuget:?package=NUnit.ConsoleRunner&version=3.10.0"
2223
#tool "nuget:?package=nuget.commandline&version=5.2.0"
24+
#tool "nuget:?package=Wyam&version=2.2.9"
2325

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

0 commit comments

Comments
 (0)