Exclude test project from API globbing

This commit is contained in:
Vitali sharp8n 2026-09-01 19:41:39 +03:00
parent 6042171fc2
commit b0e0e8733d

View file

@ -8,6 +8,13 @@
<AssemblyName>w4c-workflows-api</AssemblyName>
</PropertyGroup>
<!-- Exclude the test project directory from default SDK globbing (tests live
inside this repo as a sibling directory, not a project reference). -->
<ItemGroup>
<Compile Remove="w4c-workflows-api.Tests/**" />
<None Remove="w4c-workflows-api.Tests/**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="11.0.0-preview.6.26359.118" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="11.0.0-preview.6.26359.118" />