Skip to content

Commit a7ecebe

Browse files
authored
Remove references to yaml-templates (dotnet#33089)
1 parent 5662906 commit a7ecebe

File tree

5 files changed

+0
-97
lines changed

5 files changed

+0
-97
lines changed

eng/pipelines/ci-official.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ extends:
6969
spotBugs:
7070
enabled: false
7171
justification: 'Failing with "Could not successfully find the java tool launcher"'
72-
sourceRepositoriesToScan:
73-
exclude:
74-
- repository: yaml-templates
7572
suppression:
7673
suppressionFile: $(Build.SourcesDirectory)\eng\automation\guardian\source.gdnsuppress
7774
stages:

eng/pipelines/common/apiscan.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

eng/pipelines/common/sign.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

eng/pipelines/handlers.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,6 @@ parameters:
129129
demands:
130130
- macOS.Name -equals Sequoia
131131

132-
resources:
133-
repositories:
134-
- repository: yaml-templates
135-
type: github
136-
name: xamarin/yaml-templates
137-
endpoint: xamarin
138-
ref: refs/heads/main
139-
140132
stages:
141133

142134
- stage: build_net

eng/pipelines/maui-release-internal.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ extends:
8686
spotBugs:
8787
enabled: false
8888
justification: 'Failing with "Could not successfully find the java tool launcher"'
89-
sourceRepositoriesToScan:
90-
exclude:
91-
- repository: yaml-templates
9289
suppression:
9390
suppressionFile: $(Build.SourcesDirectory)\eng\automation\guardian\source.gdnsuppress
9491
stages:

0 commit comments

Comments
 (0)