dotnet / interactive-window

Visual Studio Interactive Window
MIT License
64 stars 35 forks source link

Enable RichNav indexing #207

Closed brianaeng closed 3 years ago

brianaeng commented 3 years ago

This adds a new build pipeline yml for RichNav indexing. This new yml is just the normal build yml from this repo with only the Pull Request settings (since we don't need official builds or anything in this case). The rich nav package source is also added as it's necessary for the rich nav task.

To test/validate, I added the params to the main build pipeline and checked the PR build (see results here). After validating that, I removed the params from the main build yml.

Note: This only adds the yml, I'll need someone with dnceng permissions to create a new build pipeline using the yml. Please contact me if you need any help!

dnfadmin commented 3 years ago

CLA assistant check
All CLA requirements met.

brianaeng commented 3 years ago

Will re-open once a RichNav bugfix is deployed.