Skip to content

Commit 53a66fd

Browse files
committed
refs or cleanup
1 parent ff64c61 commit 53a66fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Verify.SourceGenerators/Verify.SourceGenerators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
99
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" />
1010
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all"/>
11-
<PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="$(Configuration)=='Release'" />
11+
<PackageReference Include="Microsoft.Sbom.Targets" PrivateAssets="all" Condition="'$(CI)' == 'true'" />
1212
<Content Include="build\Verify.SourceGenerators.targets" PackagePath="build\Verify.SourceGenerators.targets" />
1313
</ItemGroup>
1414
</Project>

0 commit comments

Comments
 (0)