We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fe599 commit f5cecb2Copy full SHA for f5cecb2
eng/helix/content/RunTests/TestRunner.cs
@@ -188,7 +188,7 @@ public async Task<bool> CheckTestDiscoveryAsync()
188
{
189
// Run test discovery so we know if there are tests to run
190
var discoveryResult = await ProcessUtil.RunAsync($"{Options.DotnetRoot}/dotnet",
191
- $"vstest {Options.Target} -lt",
+ $"test {Options.Target} --list-tests",
192
environmentVariables: EnvironmentVariables,
193
cancellationToken: new CancellationTokenSource(TimeSpan.FromMinutes(2)).Token);
194
0 commit comments