Skip to content

Commit

Permalink
Fix cake build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
dazinator committed Mar 11, 2018
1 parent 2d46aef commit d545f96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.cake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////
// TOOLS
//////////////////////////////////////////////////////////////////////
#tool "nuget:?package=GitVersion.CommandLine&version=4.0.0-beta0012"
#tool "nuget:https://ci.appveyor.com/nuget/gitversion-8nigugxjftrw?package=GitVersion.CommandLine&version=4.0.0-pullrequest1269-1531""
#tool "nuget:?package=GitReleaseNotes&version=0.7.0"
#addin "nuget:?package=Cake.Git&version=0.15.0"
#addin "nuget:?package=Cake.ExtendedNuGet&version=1.0.0.24"
Expand Down Expand Up @@ -53,8 +53,7 @@ Teardown(context =>
Task("__Default")
.IsDependentOn("__SetAppVeyorBuildNumber")
.IsDependentOn("__Clean")
.IsDependentOn("__Restore")
.IsDependentOn("__UpdateAssemblyVersionInformation")
.IsDependentOn("__Restore")
.IsDependentOn("__Build")
.IsDependentOn("__Test")
.IsDependentOn("__Benchmarks")
Expand Down
4 changes: 4 additions & 0 deletions src/DotNetGlob.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
..\build.cmd = ..\build.cmd
..\build.ps1 = ..\build.ps1
..\LICENSE = ..\LICENSE
NuGet.Config = NuGet.Config
..\README.md = ..\README.md
EndProjectSection
EndProject
Expand Down Expand Up @@ -41,4 +42,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7FC56168-3D2A-42B3-AFEF-B18E8E4DFD1C}
EndGlobalSection
EndGlobal

0 comments on commit d545f96

Please sign in to comment.