Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2021-07-02 18:43:52 +0300
committerGitHub <noreply@github.com>2021-07-02 18:43:52 +0300
commitb26d811385f54084ce1c64591ba70721df96a7b9 (patch)
tree8408b26d0cc7490c814c8c3020b2a5cf5ea921f4 /NuGet.config
parentbbb7d90f4242de6fc3259a95ac30214d5180bdff (diff)
Add Csproj pack infra for packages with ref and runtime assemblies and symbols. (#54250)
* add infra for adding ref and runtime assemblies delete the project add a comment move the warning disable to cenral location moving props/targets to packaging.props and packaging.targets use intellisense package for ref and runtime xml files add comments, flag for ref assemblies, remove xml from runtimes, use outputItem to get the reference assembly addressing some more feedback remove ref assemblies add suppression file and update package validatio * move PackageValidationBaselineVersion to packaging.targets * update the package validation version
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/NuGet.config b/NuGet.config
index 7812fc325d5..f39fab9df8e 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -17,6 +17,8 @@
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
<add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
+ <!-- Used for dotnet pack task -->
+ <add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
<!-- Used for the Rich Navigation indexing task -->
<add key="richnav" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
</packageSources>