Skip to content

Commit 4a47d89

Browse files
authored
Merge pull request #1805 from nunit/updt-recipe
Update to latst recipe version
2 parents fcf4910 + a10a6a6 commit 4a47d89

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Load the recipe
2-
#load nuget:?package=NUnit.Cake.Recipe&version=1.6.0-alpha.8
2+
#load nuget:?package=NUnit.Cake.Recipe&version=1.6.0-alpha.9
33
// Comment out above line and uncomment below for local tests of recipe changes
44
//#load ../NUnit.Cake.Recipe/recipe/*.cs
55
//#load ../NUnit.Cake.Recipe/recipe/*.cake

src/Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
<!-- Common package metadata, may be overridden in individual projects -->
3535
<!-- Each project should supply properties for PackageId, Title and Description -->
3636
<PropertyGroup>
37-
<PackageOutputPath>$(MSBuildThisFileDirectory)..\package</PackageOutputPath>
37+
<!-- TODO: This must match recipe definition. Can we handle it in recipe? -->
38+
<PackageOutputPath>$(MSBuildThisFileDirectory)..\packages</PackageOutputPath>
3839
<IncludeSymbols>true</IncludeSymbols>
3940
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4041
<Authors>CharliePoole;Rob Prouse</Authors>

0 commit comments

Comments
 (0)