You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fsharp/eng/Build.ps1
+10-14Lines changed: 10 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ param (
68
68
[switch]$testBenchmarks,
69
69
[string]$officialSkipTests="false",
70
70
[switch]$noVisualStudio,
71
-
[switch]$sourceBuild,
71
+
[switch][Alias('pb')]$productBuild,
72
72
[switch]$skipBuild,
73
73
[switch]$compressAllMetadata,
74
74
[switch]$buildnorealsig=$true,
@@ -133,7 +133,7 @@ function Print-Usage() {
133
133
Write-Host" -prepareMachine Prepare machine for CI run, clean up processes after build"
134
134
Write-Host" -dontUseGlobalNuGetCache Do not use the global NuGet cache"
135
135
Write-Host" -noVisualStudio Only build fsc and fsi as .NET Core applications. No Visual Studio required. '-configuration', '-verbosity', '-norestore', '-rebuild' are supported."
136
-
Write-Host" -sourceBuild Simulate building for source-build."
136
+
Write-Host" -productBuildBuild the repository in product-build mode."
137
137
Write-Host" -skipbuild Skip building product"
138
138
Write-Host" -compressAllMetadata Build product with compressed metadata"
139
139
Write-Host" -buildnorealsig Build product with realsig- (default use realsig+, where necessary)"
@@ -218,10 +218,6 @@ function Process-Arguments() {
Test --testproject "$repo_root/tests/FSharp.Test.Utilities/FSharp.Test.Utilities.fsproj" --targetframework $coreclrtestframework
334
340
Test --testproject "$repo_root/tests/FSharp.Compiler.ComponentTests/FSharp.Compiler.ComponentTests.fsproj" --targetframework $coreclrtestframework
335
341
Test --testproject "$repo_root/tests/FSharp.Compiler.Service.Tests/FSharp.Compiler.Service.Tests.fsproj" --targetframework $coreclrtestframework
336
342
Test --testproject "$repo_root/tests/FSharp.Compiler.Private.Scripting.UnitTests/FSharp.Compiler.Private.Scripting.UnitTests.fsproj" --targetframework $coreclrtestframework
0 commit comments