Skip to content

Commit

Permalink
[ci] Remove references to sdk-insertions (#9731)
Browse files Browse the repository at this point in the history
Removes all references to xamarin/sdk-insertions as an initial step
towards deprecation of the SDK insertions repo. The vs-release-vars.yml
template is no longer needed by the latest insertion workflow, and we
should no longer mirror commits using the sdk-insertion-bump workflow.
  • Loading branch information
pjcollins authored Jan 30, 2025
1 parent 3d71f37 commit c2b456b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/sdk-insertion-bump.yml

This file was deleted.

6 changes: 0 additions & 6 deletions build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ resources:
name: xamarin/yaml-templates
ref: refs/heads/main
endpoint: xamarin
- repository: sdk-insertions
type: github
name: xamarin/sdk-insertions
ref: refs/heads/main
endpoint: xamarin
- repository: android-platform-support
type: git
name: DevDiv/android-platform-support
Expand All @@ -46,7 +41,6 @@ parameters:
# Global variables
variables:
- template: /build-tools/automation/yaml-templates/variables.yaml@self
- template: templates/common/vs-release-vars.yml@sdk-insertions
- ${{ if eq(variables['Build.DefinitionName'], 'Xamarin.Android-Private') }}:
- group: AzureDevOps-Artifact-Feeds-Pats
- group: DotNet-MSRC-Storage
Expand Down

0 comments on commit c2b456b

Please sign in to comment.