Skip to content

Commit 97a8442

Browse files
authored
Remove workaround to not generate SBOM (#1802)
This PR removes the explicit set up of not generate a SBOM when it is not needed
1 parent de3b1cf commit 97a8442

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ScriptBuilderTask/ScriptBuilderTask.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<NoWarn>$(NoWarn);CS1591</NoWarn>
1111
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1212
<IsPackable>false</IsPackable>
13-
<GenerateSBOM>false</GenerateSBOM>
1413
</PropertyGroup>
1514

1615
<ItemGroup>

0 commit comments

Comments
 (0)