-
Notifications
You must be signed in to change notification settings - Fork 49
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 #255 from microsoft/staging
Release - 10/30/23 (Not actual release, verifying new build pipelines)
- Loading branch information
Showing
9 changed files
with
2,627 additions
and
477 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,38 @@ | ||
jobs: | ||
- job: SyncMirror | ||
dependsOn: [] | ||
pool: | ||
vmImage: 'windows-latest' | ||
steps: | ||
- task: AzureKeyVault@1 | ||
inputs: | ||
azureSubscription: 'DevHomeAzureServiceConnection' | ||
KeyVaultName: 'DevHomeKeyVault' | ||
SecretsFilter: 'GitHubPAT' | ||
RunAsPreJob: false | ||
|
||
- template: SyncMirror-Steps.yml | ||
parameters: | ||
SourceRepository: "https://$(GitHubPAT)@github.com/microsoft/DevHomeGitHubExtension.git" | ||
TargetBranch: "$(SourceToTargetBranch)" | ||
SourceBranch: "$(SourceToTargetBranch)" | ||
resources: | ||
repositories: | ||
- 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 | ||
pool: | ||
name: Azure-Pipelines-1ESPT-ExDShared | ||
image: windows-2022 | ||
os: windows | ||
customBuildTags: | ||
- ES365AIMigrationTooling | ||
stages: | ||
- stage: SyncMirror | ||
jobs: | ||
- job: SyncMirror | ||
dependsOn: [] | ||
steps: | ||
- task: AzureKeyVault@1 | ||
inputs: | ||
azureSubscription: 'DevHomeAzureServiceConnection' | ||
KeyVaultName: 'DevHomeKeyVault' | ||
SecretsFilter: 'GitHubPAT' | ||
RunAsPreJob: false | ||
|
||
- template: /build/SyncMirror-Steps.yml@self | ||
parameters: | ||
SourceRepository: "https://$(GitHubPAT)@github.com/microsoft/DevHomeGitHubExtension.git" | ||
TargetBranch: "$(SourceToTargetBranch)" | ||
SourceBranch: "$(SourceToTargetBranch)" |
Oops, something went wrong.