Skip to content

Commit c373fd0

Browse files
committed
refs or cleanup
1 parent b3b6884 commit c373fd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Verify.SqlServer/Verify.SqlServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<PackageReference Include="Verify" />
1111
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
1212
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" />
13-
<PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="$(Configuration)=='Release'" />
13+
<PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="'$(CI)' == 'true'" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)