Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2020-05-13 19:57:17 +0300
committerGitHub <noreply@github.com>2020-05-13 19:57:17 +0300
commitf9205c47e57e7f8abb05c9887fa8adba4ed7cc69 (patch)
treeddc0199f1b824ffec54f097e7890c2517c0174b0 /eng/build.ps1
parentba453bd90ccce9848ce95651f0e13413660c09ee (diff)
Update -vs removal switch documentation (#36353)
Diffstat (limited to 'eng/build.ps1')
-rw-r--r--eng/build.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/eng/build.ps1 b/eng/build.ps1
index 42677b1c7e6..6203fee4399 100644
--- a/eng/build.ps1
+++ b/eng/build.ps1
@@ -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