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 68e3c3b commit 2b3f47dCopy full SHA for 2b3f47d
1 file changed
src/SetStartupProjects/SetStartupProjects.csproj
@@ -12,6 +12,6 @@
12
<EmbeddedResource Include="*.suotemplate" />
13
<PackageReference Include="OpenMcdf" />
14
<PackageReference Include="Polyfill" PrivateAssets="all" />
15
- <PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="$(Configuration)=='Release'" />
+ <PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="'$(CI)' == 'true'" />
16
</ItemGroup>
17
</Project>
0 commit comments