Skip to content

Commit

Permalink
onboard release repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii committed Mar 27, 2024
1 parent d88a4f8 commit 01a5a15
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ resources:
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
- repository: ReleasePipelines
type: git
name: "Graph Developer Experiences/release-pipelines"

extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
Expand All @@ -71,6 +74,12 @@ extends:
name: Azure-Pipelines-1ESPT-ExDShared
image: windows-latest
os: windows

sdl:
sourceRepositoriesToScan:
exclude:
- repository: ReleasePipelines

customBuildTags:
- ES365AIMigrationTooling

Expand Down Expand Up @@ -259,4 +268,9 @@ extends:
- output: pipelineArtifact
displayName: 'Publish Artifact: drop'
targetPath: "$(build.ArtifactStagingDirectory)/build"
artifactName: drop
artifactName: drop

- template: pipelines/templates/checkout-and-copy-1es.yml@ReleasePipelines
parameters:
directory: 'microsoft-graph-explorer'
repoName: ReleasePipelines

0 comments on commit 01a5a15

Please sign in to comment.