Skip to content

Commit

Permalink
Fix nuget tool path
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub committed Apr 12, 2012
1 parent 9fd99cf commit 907a936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -53,8 +53,8 @@
TaskDirectory="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\Web\" />

<MakeDir Directories="$(OutputDir)"/>
<Exec Command="nuget pack %(MainNuspec.Identity) -Version $(Version) -OutputDirectory $(OutputDir)"/>
<Exec Command="nuget pack %(SymbolsNuspec.Identity) -Version $(Version) -Symbols -OutputDirectory $(OutputDir)"/>
<Exec Command="src\.nuget\nuget pack %(MainNuspec.Identity) -Version $(Version) -OutputDirectory $(OutputDir)"/>
<Exec Command="src\.nuget\nuget pack %(SymbolsNuspec.Identity) -Version $(Version) -Symbols -OutputDirectory $(OutputDir)"/>
</Target>

<Target Name="NugetPush" DependsOnTargets="NugetPack">
Expand Down

0 comments on commit 907a936

Please sign in to comment.