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:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2021-12-14 08:23:32 +0300
committerGitHub <noreply@github.com>2021-12-14 08:23:32 +0300
commit5f9a532bc4139d66d8ccdbb5a6a9973cfa421297 (patch)
tree093bbdd2ed204ee135ba190126d7f8227b0a4691 /NuGet.config
parent6d23c2b60d6ebfff13b886bc6beeaaf983c5bf34 (diff)
Add NativeAOT to build (#62569)
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 f74e0c4a702..8d59f2744cf 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -22,6 +22,8 @@
<add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/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" />
+ <!-- Used for NativeAOT ObjWriter. TODO: Delete once we publish the package from here. -->
+ <add key="dotnet-experimental" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />