From 32f360ed422253d7c411fa00544ad239b4eb5c59 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 4 Nov 2020 15:19:05 +0100 Subject: [PATCH] [tests] Re-enable an that requires msbuild (as opposed to xbuild). (#10040) Since we're using msbuild exclusively now. --- .../Xamarin.MacDev.Tests/ProjectsTests/CodesignAppBundle.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/msbuild/Xamarin.MacDev.Tests/ProjectsTests/CodesignAppBundle.cs b/tests/msbuild/Xamarin.MacDev.Tests/ProjectsTests/CodesignAppBundle.cs index 8bacfc8dda..dccbd4da48 100644 --- a/tests/msbuild/Xamarin.MacDev.Tests/ProjectsTests/CodesignAppBundle.cs +++ b/tests/msbuild/Xamarin.MacDev.Tests/ProjectsTests/CodesignAppBundle.cs @@ -195,8 +195,7 @@ namespace Xamarin.iOS.Tasks var newTimestamp = File.GetLastWriteTimeUtc (mainExecutable); // make sure that the main app bundle was codesigned due to the changes in the appex - // Note: this step requires msbuild instead of xbuild to work properly - //Assert.IsTrue (newTimestamp > timestamp, "The main app bundle does not seem to have been re-codesigned"); + Assert.IsTrue (newTimestamp > timestamp, "The main app bundle does not seem to have been re-codesigned"); } finally { // restore the original ActionViewController.cs code... text = text.Replace ("{0} The Awakening...", "{0} awake with context");