Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(118)

Unified Diff: Tools/Google.Apis.NuGet.Publisher/Template/.nuget/NuGet.Config

Issue 12662047: Issue 376: Generate NuGet pacakges for generated APIs (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: David final comments Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Tools/Google.Apis.NuGet.Publisher/Template/.nuget/NuGet.Config
===================================================================
new file mode 100644
--- /dev/null
+++ b/Tools/Google.Apis.NuGet.Publisher/Template/.nuget/NuGet.Config
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <solution>
+ <add key="disableSourceControlIntegration" value="true" />
+ </solution>
+ <packageSources>
+ <add key="NuGet official package source" value="https://nuget.org/api/v2/" />
+ <!-- In case of a new release, when the new core packages (e.g. Google.Apis.1.5.0-beta.nupkg package) don't
+ exist yet on the NuGet main repository, we use this local folder.
+ In that case, this folder should contain the core library packages (Google.Apis and Google.Apis.Authetnication)
+ as part of following the steps in the release process.
+ By doing so, we would be able to test all the generated NuGet packages locally before pushing to the main NuGet
+ repository-->
+ <add key="TestSource" value="C:\LocalNuGetFeed" />
+ </packageSources>
+</configuration>
« no previous file with comments | « Tools/Google.Apis.NuGet.Publisher/NuGet.Publisher.sln ('k') | Tools/Google.Apis.NuGet.Publisher/Template/.nuget/NuGet.exe » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b