summaryrefslogtreecommitdiffstats
path: root/nuget/nuget.proj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-06-16 15:45:15 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-06-16 15:45:15 -0700
commit6616faa0d09dc0fd6f60bc5ce122476aefaec44c (patch)
treea5f5519bc8a75489436719b7f3dc83daa26e7186 /nuget/nuget.proj
parent69bbeda7ad2923c1b3033f99e6d1b841a09fbe8a (diff)
downloadDotNetOpenAuth-6616faa0d09dc0fd6f60bc5ce122476aefaec44c.zip
DotNetOpenAuth-6616faa0d09dc0fd6f60bc5ce122476aefaec44c.tar.gz
DotNetOpenAuth-6616faa0d09dc0fd6f60bc5ce122476aefaec44c.tar.bz2
Fixes build break from the signing change in the build.
Closes #288
Diffstat (limited to 'nuget/nuget.proj')
-rw-r--r--nuget/nuget.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuget/nuget.proj b/nuget/nuget.proj
index 70ea43b..d2ebfc1 100644
--- a/nuget/nuget.proj
+++ b/nuget/nuget.proj
@@ -49,6 +49,7 @@
<NuGetProperties Include="oauth2version=$(NuGetPackageVersion)" />
<NuGetProperties Include="OutputPath45=$(OutputPath45)" />
<NuGetProperties Include="IntermediatePath=$(IntermediatePath45)" />
+ <NuGetProperties Include="signedSubPath=$(SignedSubPath)" />
<NuGetSpecifications Include="*.nuspec" Exclude="DotNetOpenAuth.nuspec">
<Symbols>true</Symbols>