Skip to content

Commit 39bb1dc

Browse files
authored
Merge pull request #1228 from microsoftgraph/fix/remove-base-branch-php-generation
Remove dev as base branch for PHP generation PR creation.
2 parents c346307 + e76d739 commit 39bb1dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azure-pipelines/generation-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resources:
2727
type: github
2828
endpoint: microsoftgraph (22)
2929
name: microsoftgraph/msgraph-sdk-php
30-
ref: dev
30+
ref: main
3131
- repository: msgraph-beta-sdk-php
3232
type: github
3333
endpoint: microsoftgraph (22)
@@ -517,7 +517,7 @@ stages:
517517
branchName: 'kiota/$(betaBranch)'
518518
targetClassName: "BaseGraphClient"
519519
targetNamespace: 'Microsoft\\Graph\\Beta\\Generated'
520-
baseBranchName: 'dev'
520+
baseBranchName: 'main'
521521
cleanMetadataFolder: $(cleanOpenAPIFolderBeta)
522522
languageSpecificSteps:
523523
- template: generation-templates/php-kiota.yml
@@ -546,7 +546,7 @@ stages:
546546
branchName: 'kiota/$(v1Branch)'
547547
targetClassName: "BaseGraphClient"
548548
targetNamespace: 'Microsoft\\Graph\\Generated'
549-
baseBranchName: 'dev'
549+
baseBranchName: 'main'
550550
cleanMetadataFolder: $(cleanOpenAPIFolderV1)
551551
languageSpecificSteps:
552552
- template: generation-templates/php-kiota.yml

0 commit comments

Comments
 (0)