Skip to content

Commit

Permalink
Added PackageNugetEngine as a dependency of PackageNuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
rprouse committed Dec 2, 2015
1 parent 476821d commit dd39dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NUnit.proj
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@

</Target>

<Target Name="PackageNuGet" Label="Creates all NuGet packages" Condition="$(IsWindows)" DependsOnTargets="PackageNuGetNUnit;PackageNuGetNUnitLite;PackageNuGetConsole" />
<Target Name="PackageNuGet" Label="Creates all NuGet packages" Condition="$(IsWindows)" DependsOnTargets="PackageNuGetNUnit;PackageNuGetNUnitLite;PackageNuGetConsole;PackageNugetEngine" />

<Target Name="PackageNuGetNUnit" Label="Creates the NUnit Framework NuGet package"
DependsOnTargets="_CreateImageIfNotPresent">
Expand Down

0 comments on commit dd39dea

Please sign in to comment.