File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Cli/dotnet/Commands/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,10 +241,10 @@ private static Command GetTestingPlatformCliCommand()
241
241
command . Options . Add ( CommonOptions . NoRestoreOption ) ;
242
242
command . Options . Add ( TestingPlatformOptions . NoBuildOption ) ;
243
243
command . Options . Add ( TestingPlatformOptions . NoAnsiOption ) ;
244
- command . Options . Add ( TestingPlatformOptions . NoLaunchProfileOption ) ;
245
- command . Options . Add ( TestingPlatformOptions . NoLaunchProfileArgumentsOption ) ;
246
244
command . Options . Add ( TestingPlatformOptions . NoProgressOption ) ;
247
245
command . Options . Add ( TestingPlatformOptions . OutputOption ) ;
246
+ command . Options . Add ( TestingPlatformOptions . NoLaunchProfileOption ) ;
247
+ command . Options . Add ( TestingPlatformOptions . NoLaunchProfileArgumentsOption ) ;
248
248
249
249
return command ;
250
250
}
You can’t perform that action at this time.
0 commit comments