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:
280
280
language : ' csharp'
281
281
version : ' '
282
282
repoName : ' msgraph-sdk-dotnet'
283
- baseBranchName : ' dev '
283
+ baseBranchName : ' main '
284
284
branchName : ' kiota/$(v1Branch)'
285
285
targetClassName : " BaseGraphServiceClient"
286
286
targetNamespace : " Microsoft.Graph"
287
+ commitMessagePrefix : " feat(generation): update request builders and models"
287
288
customArguments : " -b" # Enable the backing store
288
289
cleanMetadataFolder : $(cleanOpenAPIFolderV1)
289
290
languageSpecificSteps :
@@ -309,10 +310,11 @@ stages:
309
310
language : ' csharp'
310
311
version : ' beta'
311
312
repoName : ' msgraph-beta-sdk-dotnet'
312
- baseBranchName : ' master '
313
+ baseBranchName : ' main '
313
314
branchName : ' kiota/$(betaBranch)'
314
315
targetClassName : " BaseGraphServiceClient"
315
316
targetNamespace : " Microsoft.Graph.Beta"
317
+ commitMessagePrefix : " feat(generation): update request builders and models"
316
318
customArguments : " -b" # Enable the backing store
317
319
cleanMetadataFolder : $(cleanOpenAPIFolderBeta)
318
320
languageSpecificSteps :
You can’t perform that action at this time.
0 commit comments