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.IsTrue(b.Output.IsTargetSkipped("_ClearGeneratedManagedBindings",defaultIfNotUsed:true),$"`_ClearGeneratedManagedBindings` should be skipped on DTB build!");
665
666
FileAssert.Exists(generatedCode,$"'{generatedCode}' should have not be deleted on DTB build.");
666
667
FileAssert.Exists(generatedCode2,$"'{generatedCode2}' should have not be deleted on DTB build.");
667
-
proj.OtherBuildItems.Remove(itemToDelete);
668
-
Assert.IsTrue(b.Build(proj,doNotCleanupOnUpdate:true,saveProject:true),"Second build should have succeeded.");
0 commit comments