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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
0 additions and
37 deletions
-
NuGet.config
-
Winforms.sln
-
azure-pipelines-richnav.yml
|
|
@ -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> |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -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 |