Skip to content

Commit c488445

Browse files
chore: fix CI by excluding aspnet-core subdirectory
1 parent b710a0c commit c488445

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/OpenAI.Examples.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
<LangVersion>latest</LangVersion>
1212
</PropertyGroup>
13+
14+
<ItemGroup>
15+
<!-- Exclude the aspnet-core subdirectory from compilation -->
16+
<Compile Remove="aspnet-core/**" />
17+
<Content Remove="aspnet-core/**" />
18+
<None Remove="aspnet-core/**" />
19+
</ItemGroup>
1320
<ItemGroup>
1421
<ProjectReference Include="..\src\OpenAI.csproj" />
1522
</ItemGroup>

0 commit comments

Comments
 (0)