Skip to content

Commit 846def6

Browse files
authored
Add NuspecFile and NuspecBasePath properties
1 parent 843b621 commit 846def6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Octokit.GraphQL.Pack/Octokit.GraphQL.Pack.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<TargetFramework>netstandard1.1</TargetFramework>
44
<NoBuild>true</NoBuild>
55
<IncludeBuildOutput>false</IncludeBuildOutput>
6-
<NuspecFile>Octokit.GraphQL.nuspec</NuspecFile>
6+
<NuspecFile>../Octokit.GraphQL.nuspec</NuspecFile>
7+
<NuspecBasePath>..</NuspecBasePath>
78
</PropertyGroup>
89
</Project>

0 commit comments

Comments
 (0)