Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate NuGet pacakges for generated APIs #376

Closed
GoogleCodeExporter opened this issue Apr 14, 2015 · 4 comments
Closed

Generate NuGet pacakges for generated APIs #376

GoogleCodeExporter opened this issue Apr 14, 2015 · 4 comments
Assignees
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release.

Comments

@GoogleCodeExporter
Copy link

We should support a Google APIs Nuget Publisher process

1. The bundle should support a PCL project, and we won't generate a dll in the 
new bundles from version 1.5.0. That's because we want to support CPL NuGet 
packages 


2. We should implement a C# process (I’ll first run it manually every day, 
later on we will make it automatically)

2.1 Gets all the public APIs

2.2 For each
  2.2.1 Check if a NuGet package already exists for this API (language version + revision of the API), if so continue
  2.2.2 Build the sources in the bundle
  2.2.3 Create a new package
  2.2.4 Publish to NuGet main repository

* We should support publishing a specific API to NuGet (e.g. example drive:v2), 
or every API
* We should support using local NuGet packages (before publishing them to NuGet 
repository)

Original issue reported on code.google.com by pele...@google.com on 14 Aug 2013 at 3:22

@GoogleCodeExporter GoogleCodeExporter added auto-migrated priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Apr 14, 2015
@GoogleCodeExporter
Copy link
Author

Issue 67 has been merged into this issue.

Original comment by pele...@google.com on 14 Aug 2013 at 3:23

@GoogleCodeExporter
Copy link
Author

https://codereview.appspot.com/12662047/

Original comment by pele...@google.com on 16 Aug 2013 at 2:09

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Original comment by pele...@google.com on 19 Aug 2013 at 1:24

  • Added labels: Milestone-Release1.6
  • Removed labels: Milestone-Release1.5

@GoogleCodeExporter
Copy link
Author

Original comment by pele...@google.com on 27 Aug 2013 at 8:01

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release.
Projects
None yet
Development

No branches or pull requests

1 participant