Skip to content

Commit 4fa29ac

Browse files
committed
chore: update typescript sdk base branch name
Signed-off-by: Vincent Biret <[email protected]>
1 parent 23b9a73 commit 4fa29ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure-pipelines/generation-pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ resources:
8282
type: github
8383
endpoint: microsoftgraph (22)
8484
name: microsoftgraph/msgraph-sdk-typescript
85-
ref: dev
85+
ref: main
8686
- repository: msgraph-beta-sdk-typescript
8787
type: github
8888
endpoint: microsoftgraph (22)
@@ -629,6 +629,7 @@ stages:
629629
language: 'typescript'
630630
version: ''
631631
repoName: 'msgraph-sdk-typescript'
632+
baseBranchName : 'main'
632633
branchName: $(v1Branch)
633634
targetClassName: "GraphBaseServiceClient"
634635
targetNamespace: "github.com/microsoftgraph/msgraph-sdk-typescript/"
@@ -658,6 +659,7 @@ stages:
658659
language: 'typescript'
659660
version: 'beta'
660661
repoName: 'msgraph-beta-sdk-typescript'
662+
baseBranchName : 'main'
661663
branchName: $(betaBranch)
662664
targetClassName: "GraphBetaBaseServiceClient"
663665
targetNamespace: "github.com/microsoftgraph/msgraph-sdk-typescript/"

0 commit comments

Comments
 (0)