We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524c4a5 commit 3e72992Copy full SHA for 3e72992
1 file changed
src/GraphQL.FluentValidation/GraphQL.FluentValidation.csproj
@@ -7,6 +7,6 @@
7
<PackageReference Include="GraphQL" />
8
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
9
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
10
- <PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="$(Configuration)=='Release'" />
+ <PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="'$(CI)' == 'true'" />
11
</ItemGroup>
12
</Project>
0 commit comments