Skip to content

Commit ff6167b

Browse files
Fix build
1 parent 22bd53b commit ff6167b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CSharpInteractive.Tests/UsageScenarios/DotNetSlnAddScenario.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ public void Run()
3737
.WithForce(true)
3838
.Run().EnsureSuccess();
3939

40+
new CommandLine("dir").Run();
41+
4042
new DotNetSlnAdd()
4143
.WithSolution("MySolution.sln")
4244
.AddProjects(

0 commit comments

Comments
 (0)