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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Petty <jepetty@microsoft.com>2021-02-25 23:27:06 +0300
committerGitHub <noreply@github.com>2021-02-25 23:27:06 +0300
commita7437be2142ba76ddaddb71a57ba2d95224b6fa3 (patch)
tree900db8ca3149363bc836b1d41ba1004b89a7fca0 /NuGet.config
parent6981a516690189b19acdcafdff1ecb0c2af30a5c (diff)
Add Rich Nav specific pipeline, temporarily add to ci for testing (#26822)
* Add Rich Nav specific pipeline, temporarily add to ci for testing * Add Rich Code Navigation feed to Nuget.config * Temporarily disable package reference restrictions * Try running Rich Nav task directly * Fix typo * Temporarily update rich nav task to verify successful run * Remove Rich Nav code from regular CI * Remove unnecessary args from Rich Nav build, add language variable * Apply fixes to Rich Nav pipeline * Remove specific binary log build args, stop disabling package reference restrictions * HACK HACK HACK replace existing CI with rich nav CI to test * Begin publishing artifacts to start debugging empty files * Explicitly set environment variable for rich navigation * Publish binlogs * Try manually updating arcade sdk to get new rcn package * Upload logs even if we've failed (hopefully they exist!) * Add RCN task to run on succeeded or failed to see what happens! * Remove parameters that aren't defined * Final rich nav test/assertion * Replace normal CI and finalize Rich Nav CI script
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 4b1bf8e557..f7375b2fdc 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -12,6 +12,8 @@
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
<!-- Used for the SiteExtension 3.1 bits that are included in the 5.0 build -->
<add key="dotnet31-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-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" />
</packageSources>
<disabledPackageSources>
<clear />