diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-06-16 15:45:15 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-06-16 15:45:15 -0700 |
commit | 6616faa0d09dc0fd6f60bc5ce122476aefaec44c (patch) | |
tree | a5f5519bc8a75489436719b7f3dc83daa26e7186 /nuget/nuget.proj | |
parent | 69bbeda7ad2923c1b3033f99e6d1b841a09fbe8a (diff) | |
download | DotNetOpenAuth-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.proj | 1 |
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> |