Skip to content

Commit 195f891

Browse files
nohwndtdykstra
andauthored
Update dotnet-vstest.md (#18296)
* Update dotnet-vstest.md Add notice about dotnet vstest being replaced by dotnet test, but still available. * Update docs/core/tools/dotnet-vstest.md Co-authored-by: Tom Dykstra <[email protected]> Co-authored-by: Tom Dykstra <[email protected]>
1 parent b52970c commit 195f891

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/core/tools/dotnet-vstest.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ ms.date: 02/27/2020
77

88
**This article applies to:** ✔️ .NET Core 2.1 SDK and later versions
99

10+
> [!IMPORTANT]
11+
> The `dotnet vstest` command is superseded by `dotnet test`, which can now be used to run assemblies. See [`dotnet test`](dotnet-test.md).
12+
1013
## Name
1114

12-
`dotnet-vstest` - Runs tests from the specified files.
15+
`dotnet-vstest` - Runs tests from the specified assemblies.
1316

1417
## Synopsis
1518

0 commit comments

Comments
 (0)