File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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/"
You can’t perform that action at this time.
0 commit comments