Skip to content

Commit ccdb831

Browse files
committed
refs or cleanup
1 parent 9bf012b commit ccdb831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Verify.NewtonsoftJson/Verify.NewtonsoftJson.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageReference Include="Newtonsoft.Json" />
88
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
99
<PackageReference Include="Polyfill" PrivateAssets="all" />
10-
<PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="$(Configuration)=='Release'" />
10+
<PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="'$(CI)' == 'true'" />
1111
<Using Include="Newtonsoft.Json.Linq" />
1212
</ItemGroup>
1313
</Project>

0 commit comments

Comments
 (0)