Browse Source

Remove richnav pipeline and feed (#13211)

The service no longer exists
pull/13216/head
Alexander Köplinger 2 months ago
committed by GitHub
parent
commit
30186b1710
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      NuGet.config
  2. 1
      Winforms.sln
  3. 34
      azure-pipelines-richnav.yml

2
NuGet.config

@ -10,8 +10,6 @@
<add key="dotnet10" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json" />
<add key="dotnet10-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10-transport/nuget/v3/index.json" />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/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" />
<!-- CsWin32 dailies -->
<add key="winsdk" value="https://pkgs.dev.azure.com/azure-public/winsdk/_packaging/CI/nuget/v3/index.json" />
</packageSources>

1
Winforms.sln

@ -190,7 +190,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Pipelines", "Pipelines", "{
ProjectSection(SolutionItems) = preProject
eng\pipelines\azure-pipelines-codeql.yml = eng\pipelines\azure-pipelines-codeql.yml
azure-pipelines-PR.yml = azure-pipelines-PR.yml
azure-pipelines-richnav.yml = azure-pipelines-richnav.yml
azure-pipelines.yml = azure-pipelines.yml
eng\pipelines\build-PR.yml = eng\pipelines\build-PR.yml
eng\pipelines\build.yml = eng\pipelines\build.yml

34
azure-pipelines-richnav.yml

@ -1,34 +0,0 @@
trigger:
- master
- main
pr: none
variables:
- template: /eng/common/templates/variables/pool-providers.yml
stages:
- stage: build
displayName: Build
jobs:
- template: /eng/common/templates/jobs/jobs.yml
parameters:
enableMicrobuild: true
enableTelemetry: true
jobs:
- job: Windows
enableRichCodeNavigation: true
pool:
name: $(DncEngPublicBuildPool)
demands: ImageOverride -equals windows.vs2022preview.amd64.open
steps:
- checkout: self
clean: true
- script: eng\cibuild.cmd
-restore
-build
-configuration Debug
displayName: Build
Loading…
Cancel
Save