File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments