Skip to content

Commit bd88bd4

Browse files
committed
remove the generated xml for the test projects
1 parent 67e66b9 commit bd88bd4

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

test/Microsoft.OpenApi.Readers.Tests/Microsoft.OpenApi.Readers.Tests.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111
<RootNamespace>Microsoft.OpenApi.Readers.Tests</RootNamespace>
1212
<SignAssembly>true</SignAssembly>
1313
</PropertyGroup>
14-
15-
<PropertyGroup>
16-
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Microsoft.OpenApi.Readers.Tests.xml</DocumentationFile>
17-
</PropertyGroup>
18-
14+
1915
<ItemGroup>
2016
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
2117
<PackageReference Include="FluentAssertions" Version="4.17.0">

test/Microsoft.OpenApi.Tests/Microsoft.OpenApi.Tests.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
<SignAssembly>true</SignAssembly>
1212
<OutputType>Library</OutputType>
1313
</PropertyGroup>
14-
<PropertyGroup>
15-
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Microsoft.OpenApi.Tests.xml</DocumentationFile>
16-
</PropertyGroup>
17-
14+
1815
<ItemGroup>
1916
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
2017
<PackageReference Include="FluentAssertions" Version="4.17.0">

0 commit comments

Comments
 (0)