diff --git a/NuGet.config b/NuGet.config
index b5e83791aff..6791c5978fb 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -20,8 +20,6 @@
-
-
@@ -36,18 +34,12 @@
-
-
-
-->
-
-
-
diff --git a/azure-pipelines-richnav.yml b/azure-pipelines-richnav.yml
deleted file mode 100644
index cd294a1938c..00000000000
--- a/azure-pipelines-richnav.yml
+++ /dev/null
@@ -1,62 +0,0 @@
-#
-# See https://docs.microsoft.com/azure/devops/pipelines/yaml-schema for reference.
-#
-
-variables:
-- template: /eng/common/templates/variables/pool-providers.yml
-- name: Build.Repository.Clean
- value: true
-- name: Codeql.Enabled
- value: false
-- name: Codeql.SkipTaskAutoInjection
- value: true
-
-trigger:
- branches:
- include:
- - main
-
-pr:
- autoCancel: true
- branches:
- include:
- - main
-
-stages:
-- stage: build
- displayName: Build
- jobs:
- - template: /eng/common/templates/jobs/jobs.yml
- parameters:
- helixRepo: dotnet/razor-tooling
- helixType: build.product/
- enableRichCodeNavigation: true
- richCodeNavigationLanguage: 'csharp'
- jobs:
- - job: Windows
- pool:
- name: $(DncEngPublicBuildPool)
- demands: ImageOverride -equals windows.vs2019.amd64.open
-
- steps:
- - task: NuGetCommand@2
- displayName: 'Clear NuGet caches'
- condition: succeeded()
- inputs:
- command: custom
- arguments: 'locals all -clear'
-
- - task: PowerShell@2
- displayName: Build
- condition: succeeded()
- inputs:
- filePath: eng/common/build.ps1
- arguments: -ci
- -restore
- -build
- -sign
- -pack
- -publish
- -configuration Debug
- -msbuildEngine dotnet
- -prepareMachine
\ No newline at end of file