@@ -29,9 +29,15 @@ public CommonTemplatesTests(SharedHomeDirectory fixture, ITestOutputHelper log)
29
29
[ InlineData ( "global.json file" , "globaljson" , null ) ]
30
30
[ InlineData ( "global.json file" , "globaljson" , new [ ] { "--sdk-version" , "6.0.200" } ) ]
31
31
[ InlineData ( "global.json file" , "globaljson" , new [ ] { "--sdk-version" , "6.0.200" , "--roll-forward" , "major" } ) ]
32
+ [ InlineData ( "global.json file" , "globaljson" , new [ ] { "--TestRunner" , "VSTest" } ) ]
33
+ [ InlineData ( "global.json file" , "globaljson" , new [ ] { "--TestRunner" , "Microsoft.Testing.Platform" } ) ]
34
+ [ InlineData ( "global.json file" , "globaljson" , new [ ] { "--sdk-version" , "6.0.200" , "--TestRunner" , "VSTest" } ) ]
35
+ [ InlineData ( "global.json file" , "globaljson" , new [ ] { "--roll-forward" , "major" , "--TestRunner" , "Microsoft.Testing.Platform" } ) ]
32
36
[ InlineData ( "global.json file" , "global.json" , null ) ]
33
37
[ InlineData ( "global.json file" , "global.json" , new [ ] { "--sdk-version" , "6.0.200" } ) ]
34
38
[ InlineData ( "global.json file" , "global.json" , new [ ] { "--sdk-version" , "6.0.200" , "--roll-forward" , "major" } ) ]
39
+ [ InlineData ( "global.json file" , "global.json" , new [ ] { "--TestRunner" , "VSTest" } ) ]
40
+ [ InlineData ( "global.json file" , "global.json" , new [ ] { "--TestRunner" , "Microsoft.Testing.Platform" } ) ]
35
41
[ InlineData ( "NuGet Config" , "nugetconfig" , null ) ]
36
42
[ InlineData ( "NuGet Config" , "nuget.config" , null ) ]
37
43
[ InlineData ( "dotnet gitignore file" , "gitignore" , null ) ]
0 commit comments