Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<!-- Common package metadata, may be overridden in individual projects -->
<!-- Each project should supply properties for PackageId, Title and Description -->
<PropertyGroup>
<PackageOutputPath>$(MSBuildThisFileDirectory)..\package</PackageOutputPath>
<!-- TODO: This must match recipe definition. Can we handle it in recipe? -->
<PackageOutputPath>$(MSBuildThisFileDirectory)..\packages</PackageOutputPath>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Authors>CharliePoole;Rob Prouse</Authors>
Expand Down
Loading