We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267b414 commit 1b98db0Copy full SHA for 1b98db0
src/DiffEngine/DiffEngine.csproj
@@ -14,7 +14,7 @@
14
<Using Include="System.Net.Sockets" />
15
<Using Include="EmptyFiles" />
16
<Using Include="System.ReadOnlySpan<System.Char>" Alias="CharSpan" />
17
- <PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="$(Configuration)=='Release'" />
+ <PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="'$(CI)' == 'true'" />
18
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation"
19
Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net472'" />
20
<PackageReference Include="EmptyFiles" PrivateAssets="None" />
0 commit comments