Skip to content

Commit

Permalink
not pushing symbols anymore until NuGet Issue 1005 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Berardi committed May 21, 2011
1 parent 1c7246f commit 1f0ab17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FluentCassandra.msbuild
Expand Up @@ -61,7 +61,7 @@
<Copy SourceFiles="@(AssembliesToPackage)" DestinationFolder="$(PackageBuildPath)" />

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

<Target Name="Deploy" DependsOnTargets="Package">
Expand Down
Binary file added FluentCassandra.sln.docstates
Binary file not shown.

0 comments on commit 1f0ab17

Please sign in to comment.