File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -280,10 +280,11 @@ stages:
280280 language : ' csharp'
281281 version : ' '
282282 repoName : ' msgraph-sdk-dotnet'
283- baseBranchName : ' dev '
283+ baseBranchName : ' main '
284284 branchName : ' kiota/$(v1Branch)'
285285 targetClassName : " BaseGraphServiceClient"
286286 targetNamespace : " Microsoft.Graph"
287+ commitMessagePrefix : " feat(generation): update request builders and models"
287288 customArguments : " -b" # Enable the backing store
288289 cleanMetadataFolder : $(cleanOpenAPIFolderV1)
289290 languageSpecificSteps :
@@ -309,10 +310,11 @@ stages:
309310 language : ' csharp'
310311 version : ' beta'
311312 repoName : ' msgraph-beta-sdk-dotnet'
312- baseBranchName : ' master '
313+ baseBranchName : ' main '
313314 branchName : ' kiota/$(betaBranch)'
314315 targetClassName : " BaseGraphServiceClient"
315316 targetNamespace : " Microsoft.Graph.Beta"
317+ commitMessagePrefix : " feat(generation): update request builders and models"
316318 customArguments : " -b" # Enable the backing store
317319 cleanMetadataFolder : $(cleanOpenAPIFolderBeta)
318320 languageSpecificSteps :
You can’t perform that action at this time.
0 commit comments