graphql-dotnet / parser

A lexer and parser for GraphQL in .NET
MIT License
216 stars 43 forks source link

Setup #1

Closed joemcbride closed 7 years ago

joemcbride commented 8 years ago

Glad to see this here!

mkmarek commented 8 years ago

Another thing would be publishing to official NuGet. For that do you propose using the graphql-dotnet-ci account or perhaps one of our accounts?

joemcbride commented 8 years ago

I have been using my personal account for Nuget, though looks like you can add multiple people to a Nuget. I can sign up the graphql-dotnet-ci account to Nuget.org and we can do both if that works for you.

Working on figuring out the myget situation.

joemcbride commented 8 years ago

MyGet

joemcbride commented 8 years ago

Changed the token for MyGet

mkmarek commented 8 years ago

Perfect! I have some personal matters that I have to attend now, but once I'm back at my PC I'll start implementing CI and adding some nice readme file. It seems that I have eveyrthing I need for now. :+1:

About that nuget thing. If you add the package with your existing account and give me rights for being able to deploy it, that works for me as well. I'll connect it to the appveyor build process.

The flow would be: When you push a commit to the master branch with a version tag, it will generate a new package and deploy it to nuget.

Deployment to myget as opposed to deployment to nuget would work on every commit. No version tag needed.

joemcbride commented 8 years ago

Sounds good to me. I think we should be able to use GraphQL-Parser as the NuGet name.

mkmarek commented 8 years ago

Initially I published some packages with a wrong name to that MyGet feed. So just to have it clean I would like to ask you to delete it afterwards. The wrong package is GraphQLParser. Now it creates and publishes packages under name: GraphQL-Parser.

Also after you accept the ownership of the NuGet package, then I'd like to ask you for another encrypted token which would be for the API key so I can connect finish up auto deploys to NuGet.

After this I believe it's all from the initial setup. :)

Thanks!

joemcbride commented 8 years ago

Awesome! I'm traveling today though should be able to get to that tonight.

joemcbride commented 8 years ago

Nuget: ZWTuZ9DB3Svu+HDrn4u9hQ0Q9bpXb/waywJplGWDdncs2f2dY3jAdwLvNtNES7qP

Got the other package deleted.

joemcbride commented 7 years ago

Closing as this is all setup.