-
Notifications
You must be signed in to change notification settings - Fork 50
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 #408 from microsoft/staging
Release - 6/18/24
- Loading branch information
Showing
10 changed files
with
200 additions
and
107 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
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' |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
parameters: | ||
- name: displayName | ||
type: string | ||
default: ESRP Code Signing | ||
- name: inputs | ||
type: object | ||
default: {} | ||
|
||
steps: | ||
- task: EsrpCodeSigning@5 | ||
displayName: ${{ parameters.displayName }} | ||
inputs: | ||
ConnectedServiceName: $(EsrpConnectedServiceName) | ||
AppRegistrationClientId: $(EsrpAppRegistrationClientId) | ||
AppRegistrationTenantId: $(EsrpAppRegistrationTenantId) | ||
AuthAKVName: $(EsrpAuthAKVName) | ||
AuthCertName: $(EsrpAuthCertName) | ||
AuthSignCertName: $(EsrpAuthSignCertName) | ||
SessionTimeout: '60' | ||
MaxConcurrency: '50' | ||
MaxRetryAttempts: '5' | ||
${{ insert }}: ${{ parameters.inputs }} |
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 |
---|---|---|
|
@@ -12,3 +12,4 @@ Stringify | |
riid | ||
Impl | ||
microsoft | ||
octokit |
Oops, something went wrong.