Skip to content

Commit 08afe8c

Browse files
committed
Updated build script for 0.12 release
1 parent a0950bc commit 08afe8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.cake

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Task("Create-Package")
125125
?? (isRunningOnAppVeyor ? GetFiles("C:\\Tools\\NuGet3\\nuget.exe").FirstOrDefault() : null)
126126
?? throw new InvalidOperationException("Could not find nuget.exe.");
127127

128-
var nuspec = nugetRoot + File("AngleSharp.Css.nuspec");
128+
var nuspec = nugetRoot + File("AngleSharp.Js.nuspec");
129129

130130
NuGetPack(nuspec, new NuGetPackSettings
131131
{
@@ -217,4 +217,4 @@ Task("AppVeyor")
217217
// Execution
218218
// ----------------------------------------
219219

220-
RunTarget(target);
220+
RunTarget(target);

0 commit comments

Comments
 (0)