Skip to content

Commit f75b6ac

Browse files
authored
Turn off sbom for Microsoft.FSharp.Compiler.sln (#14115)
1 parent 9df7e67 commit f75b6ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/Build.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,10 @@ try {
497497
}
498498

499499
if ($pack) {
500+
$properties_storage = $properties
501+
$properties += "/p:GenerateSbom=false"
500502
BuildSolution "Microsoft.FSharp.Compiler.sln"
503+
$properties = $properties_storage
501504
}
502505
if ($build) {
503506
VerifyAssemblyVersionsAndSymbols

0 commit comments

Comments
 (0)