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
"unnamedproject.CustomTextView should have been replaced with a $(Hash).CustomTextView");
118
119
appb.Target=target;
119
120
appb.BuildLogFile="build3.log";
120
-
Assert.IsTrue(appb.DesignTimeBuild(proj,doNotCleanupOnUpdate:true),$"build should have succeeded for target `{target}`");
121
+
Assert.IsTrue(appb.DesignTimeBuild(proj,parameters:DesignerParameters,doNotCleanupOnUpdate:true),$"build should have succeeded for target `{target}`");
122
+
Assert.IsFalse(appb.Output.AreTargetsAllSkipped("_UpdateAndroidResgen"),"_UpdateAndroidResgen should not have been skipped.");
123
+
Assert.IsTrue(appb.Output.AreTargetsAllBuilt("_Foo"),"_Foo should have run completely");
"unnamedproject.CustomTextView should have been replaced with a $(Hash).CustomTextView");
129
+
appb.BuildLogFile="build4.log";
130
+
Assert.IsTrue(appb.DesignTimeBuild(proj,parameters:DesignerParameters,doNotCleanupOnUpdate:true),$"build should have succeeded for target `{target}`");
121
131
Assert.IsTrue(appb.Output.AreTargetsAllSkipped("_UpdateAndroidResgen"),"_UpdateAndroidResgen should have been skipped.");
122
132
Assert.IsTrue(appb.Output.AreTargetsAllBuilt("_Foo"),"_Foo should have run completely");
0 commit comments