File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -246,10 +246,11 @@ public void WhenNestedProjectIsAddedSolutionFoldersAreCreated(string solutionCom
246246 }
247247
248248 [ Theory ]
249- [ InlineData ( "sln" , true , ".sln" ) ]
250- [ InlineData ( "sln" , false , ".sln" ) ]
251- [ InlineData ( "solution" , true , ".sln" ) ]
252- [ InlineData ( "solution" , false , ".sln" ) ]
249+ // needs https://github.com/microsoft/vs-solutionpersistence/pull/101
250+ //[InlineData("sln", true, ".sln")]
251+ //[InlineData("sln", false, ".sln")]
252+ //[InlineData("solution", true, ".sln")]
253+ //[InlineData("solution", false, ".sln")]
253254 [ InlineData ( "sln" , true , ".slnx" ) ]
254255 [ InlineData ( "solution" , false , ".slnx" ) ]
255256 public void WhenNestedProjectIsAddedSolutionFoldersAreCreatedBuild ( string solutionCommand , bool fooFirst , string solutionExtension )
You can’t perform that action at this time.
0 commit comments