Skip to content

Commit 1b98db0

Browse files
committed
refs or cleanup
1 parent 267b414 commit 1b98db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DiffEngine/DiffEngine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Using Include="System.Net.Sockets" />
1515
<Using Include="EmptyFiles" />
1616
<Using Include="System.ReadOnlySpan&lt;System.Char&gt;" Alias="CharSpan" />
17-
<PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="$(Configuration)=='Release'" />
17+
<PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="'$(CI)' == 'true'" />
1818
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation"
1919
Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net472'" />
2020
<PackageReference Include="EmptyFiles" PrivateAssets="None" />

0 commit comments

Comments
 (0)