Update -vs removal switch documentation (#36353)
authorViktor Hofer <viktor.hofer@microsoft.com>
Wed, 13 May 2020 16:57:17 +0000 (18:57 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2020 16:57:17 +0000 (18:57 +0200)
eng/build.ps1

index 42677b1..6203fee 100644 (file)
@@ -61,7 +61,7 @@ if ($help -or (($null -ne $properties) -and ($properties.Contains('/help') -or $
 
 # VS Test Explorer support for libraries
 if ($vs) {
-  Write-Host "!!! VS Test Explorer now works without the -vs switch. The switch will be removed eventually. !!! "
+  Write-Host "VS Test Explorer now works without needing to call build.cmd. The -vs switch will be removed eventually."
   . $PSScriptRoot\common\tools.ps1
 
   # Microsoft.DotNet.CoreSetup.sln is special - hosting tests are currently meant to run on the
@@ -160,4 +160,4 @@ if ($failedBuilds.Count -ne 0) {
     exit 1
 }
 
-exit 0
\ No newline at end of file
+exit 0