diff options
-rw-r--r-- | nuget/nuget.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nuget/nuget.proj b/nuget/nuget.proj index b2faa50..a621cd1 100644 --- a/nuget/nuget.proj +++ b/nuget/nuget.proj @@ -8,7 +8,7 @@ <NuGetLayoutPath>$(DropsRoot)NuGet\$(BuildVersion)\</NuGetLayoutPath> </PropertyGroup> - <MSBuild Projects="$(ProjectRoot)src\DotNetOpenAuth\DotNetOpenAuth.csproj" Targets="DocumentationProjectOutputGroup" BuildInParallel="$(BuildInParallel)"> + <MSBuild Projects="$(ProjectRoot)src\DotNetOpenAuth\DotNetOpenAuth.proj" Targets="DocumentationProjectOutputGroup" BuildInParallel="$(BuildInParallel)"> <Output TaskParameter="TargetOutputs" ItemName="NuGetSource"/> </MSBuild> |