Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Fixed bug in search paths
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStovell committed Mar 24, 2012
1 parent 96a6650 commit 6821df9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/targets/OctoPack.targets
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
<ItemGroup>
<FindNuGet Include="$(OctopusNuGetExePath)" />
<FindNuGet Include="$(OctopusProjectRoot)\packages\NuGet.CommandLine*\**\Tools\NuGet.exe" />
<FindNuGet Include="$(OctopusProjectRoot)\.nuget\NuGet.exe" />
<FindNuGet Include="$(OctopusProjectRoot)\.nuget\NuGet*.exe" />
<FindNuGet Include="$(OctopusProjectRoot)\..\packages\NuGet.CommandLine*\**\Tools\NuGet.exe" />
<FindNuGet Include="$(OctopusProjectRoot)\..\.nuget\NuGet.exe" />
<FindNuGet Include="$(OctopusProjectRoot)\..\.nuget\NuGet*.exe" />
<FindNuGet Include="$(OctopusProjectRoot)\..\..\packages\NuGet.CommandLine*\**\Tools\NuGet.exe" />
<FindNuGet Include="$(OctopusProjectRoot)\..\..\.nuget\NuGet.exe" />
<FindNuGet Include="$(OctopusProjectRoot)\..\..\.nuget\NuGet*.exe" />
<FindNuGet Include="$(OctopusProjectRoot)\..\..\..\packages\NuGet.CommandLine*\**\Tools\NuGet.exe" />
<FindNuGet Include="$(OctopusProjectRoot)\..\..\..\packages\.nuget\NuGet.exe" />
<FindNuGet Include="$(OctopusProjectRoot)\..\..\..\packages\.nuget*\NuGet.exe" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 6821df9

Please sign in to comment.