-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3236 from microsoft/staging
Release - 6/18/24
- Loading branch information
Showing
365 changed files
with
37,668 additions
and
1,343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,38 @@ | ||
trigger: | ||
- release | ||
|
||
steps: | ||
- script: echo Triggering ADO Build | ||
displayName: 'Triggering ADO Build' | ||
resources: | ||
repositories: | ||
- repository: templates_onebranch | ||
type: git | ||
name: OneBranch.Pipelines/GovernedTemplates | ||
ref: refs/heads/main | ||
- repository: m365Pipelines | ||
type: git | ||
name: 1ESPipelineTemplates/M365GPT | ||
ref: refs/tags/release | ||
|
||
extends: | ||
template: v1/M365.Official.PipelineTemplate.yml@m365Pipelines | ||
parameters: | ||
sdl: | ||
roslyn: | ||
enabled: true | ||
arrow: | ||
serviceConnection: DevHome Build VM Generation | ||
baseline: | ||
baselineFile: $(Build.SourcesDirectory)\guardian\SDL\.gdnbaselines | ||
pool: | ||
name: Azure-Pipelines-1ESPT-ExDShared | ||
image: windows-2022 | ||
os: windows | ||
customBuildTags: | ||
- ES365AIMigrationTooling | ||
stages: | ||
- stage: Trigger_Build | ||
dependsOn: [] | ||
jobs: | ||
- job: Trigger_Build | ||
steps: | ||
- script: echo Triggering ADO Build | ||
displayName: 'Triggering ADO Build' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,38 @@ | ||
trigger: | ||
- staging | ||
|
||
steps: | ||
- script: echo Triggering ADO Build | ||
displayName: 'Triggering ADO Build' | ||
resources: | ||
repositories: | ||
- repository: templates_onebranch | ||
type: git | ||
name: OneBranch.Pipelines/GovernedTemplates | ||
ref: refs/heads/main | ||
- repository: m365Pipelines | ||
type: git | ||
name: 1ESPipelineTemplates/M365GPT | ||
ref: refs/tags/release | ||
|
||
extends: | ||
template: v1/M365.Official.PipelineTemplate.yml@m365Pipelines | ||
parameters: | ||
sdl: | ||
roslyn: | ||
enabled: true | ||
arrow: | ||
serviceConnection: DevHome Build VM Generation | ||
baseline: | ||
baselineFile: $(Build.SourcesDirectory)\guardian\SDL\.gdnbaselines | ||
pool: | ||
name: Azure-Pipelines-1ESPT-ExDShared | ||
image: windows-2022 | ||
os: windows | ||
customBuildTags: | ||
- ES365AIMigrationTooling | ||
stages: | ||
- stage: Trigger_Build | ||
dependsOn: [] | ||
jobs: | ||
- job: Trigger_Build | ||
steps: | ||
- script: echo Triggering ADO Build | ||
displayName: 'Triggering ADO Build' |
Oops, something went wrong.