Skip to content

Commit

Permalink
Generate NuGet package on build
Browse files Browse the repository at this point in the history
  • Loading branch information
tlil committed Mar 13, 2017
1 parent 27756ca commit 8d6b466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/GraphQL.Conventions/GraphQL.Conventions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/GraphQL.Conventions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"Tommy Lillehagen"
],
"packOptions": {
"id": "GraphQL.Conventions",
"authors": [ "Tommy Lillehagen" ],
"summary": "GraphQL Conventions for .NET",
"copyright": "Tommy Lillehagen, 2016-2017",
Expand Down

0 comments on commit 8d6b466

Please sign in to comment.