Skip to content

Commit 5a5f49d

Browse files
authored
Merge pull request #1004 from microsoftgraph/dev
Merge dev to main
2 parents 440c777 + 29a8b2d commit 5a5f49d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.azure-pipelines/generation-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ stages:
607607
- template: generation-templates/php-kiota.yml
608608
parameters:
609609
repoName: msgraph-beta-sdk-php
610-
customArguments: '-b' # Enable the backing store
610+
customArguments: "-b -e '/me' -e '/me/**'" # Exclude me and Enable the backing store
611611
- stage: stage_php_v1_kiota
612612
dependsOn:
613613
- stage_build_and_publish_kiota
@@ -635,7 +635,7 @@ stages:
635635
- template: generation-templates/php-kiota.yml
636636
parameters:
637637
repoName: msgraph-sdk-php
638-
customArguments: '-b' # Enable the backing store
638+
customArguments: "-b -e '/me' -e '/me/**'" # Exclude me and Enable the backing store
639639
- stage: stage_typescript_v1
640640
dependsOn:
641641
- stage_build_and_publish_typewriter

src/Typewriter/Typewriter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net7.0</TargetFramework>
44
<OutputType>Exe</OutputType>
@@ -26,7 +26,7 @@
2626
<Version>5.1.2</Version>
2727
</PackageReference>
2828
<PackageReference Include="NLog">
29-
<Version>5.1.3</Version>
29+
<Version>5.1.4</Version>
3030
</PackageReference>
3131
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
3232
</ItemGroup>

0 commit comments

Comments
 (0)