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
@@ -310,6 +320,13 @@ public void CreateMulitpleAssemblyInfoProtected(string command)
310
320
exception.Message.ShouldBe("Can't specify multiple assembly info files when using /ensureassemblyinfo switch, either use a single assembly info file or do not specify /ensureassemblyinfo and create assembly info files manually");
exception.Message.ShouldBe("Cannot specify -ensureassemblyinfo with updateprojectfiles: please ensure your project file exists before attempting to update it");
328
+
}
329
+
313
330
[Test]
314
331
publicvoidUpdateAssemblyInfoWithFilename()
315
332
{
@@ -342,6 +359,24 @@ public void UpdateAssemblyInfoWithMultipleFilenames()
0 commit comments