Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
updated commandline instructions for nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Berardi committed Jun 22, 2011
1 parent 1b28998 commit e683641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FluentCassandra.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<Copy SourceFiles="@(AssembliesToPackage)" DestinationFolder="$(PackageBuildPath)" />

<Exec Command="$(NuGetExe) update" />
<Exec Command="$(NuGetExe) update -self" />
<Exec Command="$(NuGetExe) pack -sym src/$(AssemblyName).csproj -o $(PackageBuildPath)" />
</Target>

Expand Down

0 comments on commit e683641

Please sign in to comment.