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:
82
82
type : github
83
83
endpoint : microsoftgraph (22)
84
84
name : microsoftgraph/msgraph-sdk-typescript
85
- ref : dev
85
+ ref : main
86
86
- repository : msgraph-beta-sdk-typescript
87
87
type : github
88
88
endpoint : microsoftgraph (22)
@@ -629,6 +629,7 @@ stages:
629
629
language : ' typescript'
630
630
version : ' '
631
631
repoName : ' msgraph-sdk-typescript'
632
+ baseBranchName : ' main'
632
633
branchName : $(v1Branch)
633
634
targetClassName : " GraphBaseServiceClient"
634
635
targetNamespace : " github.com/microsoftgraph/msgraph-sdk-typescript/"
@@ -658,6 +659,7 @@ stages:
658
659
language : ' typescript'
659
660
version : ' beta'
660
661
repoName : ' msgraph-beta-sdk-typescript'
662
+ baseBranchName : ' main'
661
663
branchName : $(betaBranch)
662
664
targetClassName : " GraphBetaBaseServiceClient"
663
665
targetNamespace : " github.com/microsoftgraph/msgraph-sdk-typescript/"
You can’t perform that action at this time.
0 commit comments