diff --git a/build.cake b/build.cake index 67ef12782..274bb39ac 100644 --- a/build.cake +++ b/build.cake @@ -1,5 +1,5 @@ // Load the recipe -#load nuget:?package=NUnit.Cake.Recipe&version=1.6.0-alpha.8 +#load nuget:?package=NUnit.Cake.Recipe&version=1.6.0-alpha.9 // Comment out above line and uncomment below for local tests of recipe changes //#load ../NUnit.Cake.Recipe/recipe/*.cs //#load ../NUnit.Cake.Recipe/recipe/*.cake diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 03ca9b9e4..f6d8098de 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -34,7 +34,8 @@ - $(MSBuildThisFileDirectory)..\package + + $(MSBuildThisFileDirectory)..\packages true snupkg CharliePoole;Rob Prouse