Skip to content

Commit 131b5fa

Browse files
committed
Change basebranchname to main
1 parent 8819b10 commit 131b5fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure-pipelines/generation-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ stages:
514514
language: 'php'
515515
version: 'beta'
516516
repoName: 'msgraph-beta-sdk-php'
517+
baseBranchName: 'main'
517518
branchName: 'kiota/$(betaBranch)'
518519
targetClassName: "BaseGraphClient"
519520
targetNamespace: 'Microsoft\\Graph\\Beta\\Generated'
@@ -543,6 +544,7 @@ stages:
543544
version: ''
544545
repoName: 'msgraph-sdk-php'
545546
branchName: 'kiota/$(v1Branch)'
547+
baseBranchName: 'main'
546548
targetClassName: "BaseGraphClient"
547549
targetNamespace: 'Microsoft\\Graph\\Generated'
548550
cleanMetadataFolder: $(cleanOpenAPIFolderV1)

0 commit comments

Comments
 (0)