You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.True(Directory.Exists(mtpProjectDirectory),$"Expected directory {mtpProjectDirectory} to exist.");
544
+
Assert.True(File.Exists(Path.Combine(mtpProjectDirectory,"MTPTestProject.csproj")),$"Expected file MTPTestProject.csproj to exist in {mtpProjectDirectory}.");
0 commit comments