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 d45c6cd commit e72a23eCopy full SHA for e72a23e
1 file changed
src/Verify.ICSharpCode.Decompiler/Verify.ICSharpCode.Decompiler.csproj
@@ -7,6 +7,6 @@
7
<PackageReference Include="System.Reflection.Metadata" />
8
<PackageReference Include="Verify" />
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