diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-10-22 06:38:23 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-10-22 06:38:23 -0700 |
commit | 5f12823a86c0cc6abbb7580054d7de969430ac7a (patch) | |
tree | 733f2935e9ff96463cbbf1da95dacbbfc45a7a28 /nuget/DotNetOpenAuth.Core.nuspec | |
parent | e498061455d11f7d4bce5a4929b5ac79f3c68f71 (diff) | |
download | DotNetOpenAuth-5f12823a86c0cc6abbb7580054d7de969430ac7a.zip DotNetOpenAuth-5f12823a86c0cc6abbb7580054d7de969430ac7a.tar.gz DotNetOpenAuth-5f12823a86c0cc6abbb7580054d7de969430ac7a.tar.bz2 |
Removes delay-signing build authoring leftovers that was still breaking the build.v5.0.0-alpha2
Diffstat (limited to 'nuget/DotNetOpenAuth.Core.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.Core.nuspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.Core.nuspec b/nuget/DotNetOpenAuth.Core.nuspec index dee8c84..133970e 100644 --- a/nuget/DotNetOpenAuth.Core.nuspec +++ b/nuget/DotNetOpenAuth.Core.nuspec @@ -21,7 +21,7 @@ </dependencies> </metadata> <files> - <file src="$OutputPath45$$signedSubPath$$identity$.dll" target="lib\net45-full\" /> + <file src="$OutputPath45$$identity$.dll" target="lib\net45-full\" /> <file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" /> <file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" /> |