We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cb002 commit 5c96d1cCopy full SHA for 5c96d1c
test/Microsoft.OpenApi.Readers.Tests/Microsoft.OpenApi.Readers.Tests.csproj
@@ -6,11 +6,11 @@
6
<AssemblyOriginatorKeyFile>..\..\src\Microsoft.OpenApi.snk</AssemblyOriginatorKeyFile>
7
</PropertyGroup>
8
<ItemGroup>
9
- <EmbeddedResource Include="**\*.yaml">
+ <EmbeddedResource Include="**\*.yaml" Exclude="**\bin\**;**\obj\**">
10
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
11
</EmbeddedResource>
12
- <EmbeddedResource Include="**\*.json">
13
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ <EmbeddedResource Include="**\*.json" Exclude="**\bin\**;**\obj\**">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
14
15
</ItemGroup>
16
0 commit comments