Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Build.ps1
  • Loading branch information
KevinRansom authored Apr 23, 2019
commit 6edf9c884f5ecfb64eedc76419d7f3dd0af15f0a
3 changes: 1 addition & 2 deletions eng/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ function Print-Usage() {
Write-Host " -testCompiler Run FSharpCompiler unit tests"
Write-Host " -testDesktop Run tests against full .NET Framework"
Write-Host " -testCoreClr Run tests against CoreCLR"
Write-Host " -testCompiler Run F# Compiler unit tests"
Write-Host " -testFSharpQA Run F# Cambridge tests"
Write-Host " -testFSharpCore Run FSharpCore unit tests"
Write-Host " -testFSharpQA Run F# Cambridge tests"
Write-Host " -testVs Run F# editor unit tests"
Write-Host ""
Write-Host "Advanced settings:"
Expand Down