Skip to content

Commit 914a2ad

Browse files
authored
Merge branch 'dev' into feature/export-dom
2 parents dd5010e + f1ec768 commit 914a2ad

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.azure-pipelines/generation-pipeline.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ resources:
1717
type: github
1818
endpoint: microsoftgraph (22)
1919
name: microsoftgraph/msgraph-sdk-dotnet
20-
ref: master
20+
ref: main
2121
- repository: msgraph-beta-sdk-dotnet
2222
type: github
2323
endpoint: microsoftgraph (22)
2424
name: microsoftgraph/msgraph-beta-sdk-dotnet
25-
ref: master
25+
ref: main
2626
- repository: msgraph-sdk-php
2727
type: github
2828
endpoint: microsoftgraph (22)
@@ -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:

GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Version>3.5.0</Version>
2222
</PackageReference>
2323
<PackageReference Include="MSTest.TestFramework">
24-
<Version>3.4.3</Version>
24+
<Version>3.5.1</Version>
2525
</PackageReference>
2626
</ItemGroup>
2727
</Project>

0 commit comments

Comments
 (0)