Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Fixes missing source file in symbols package.
Browse files Browse the repository at this point in the history
This prevented symbolsource.org from accepting the package
because it was missing the new DotNetOpenAuth.Mvc5.version.cs file.
  • Loading branch information
AArnott committed Oct 20, 2013
1 parent aa1e051 commit 5e679be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nuget/DotNetOpenAuth.Ultimate.nuspec
Expand Up @@ -35,6 +35,6 @@
<file src="content\Ultimate\net45-full\web.config.transform" target="content\net45-full\web.config.transform" />

<file src="..\src\**\*.cs" target="src" exclude="..\src\*\obj\**" />
<file src="$IntermediatePath$*.Version.cs" target="src" />
<file src="$IntermediatePath45$*.Version.cs" target="src" />
</files>
</package>
1 change: 1 addition & 0 deletions nuget/nuget.proj
Expand Up @@ -73,6 +73,7 @@
<NuGetProperties Include="OutputPath40=$(OutputPath40)" />
<NuGetProperties Include="OutputPath45=$(OutputPath45)" />
<NuGetProperties Include="IntermediatePath=$(IntermediatePath40)" />
<NuGetProperties Include="IntermediatePath45=$(IntermediatePath45)" />

<NuGetSpecifications Include="*.nuspec" Exclude="DotNetOpenAuth.nuspec">
<Symbols>true</Symbols>
Expand Down

0 comments on commit 5e679be

Please sign in to comment.