diff --git a/Adaptation/EC-Development.yml b/Adaptation/EC-Development.yml new file mode 100644 index 0000000..4d6a3b4 --- /dev/null +++ b/Adaptation/EC-Development.yml @@ -0,0 +1 @@ +ECHO is on. diff --git a/Adaptation/EC.yml b/Adaptation/EC.yml new file mode 100644 index 0000000..4d6a3b4 --- /dev/null +++ b/Adaptation/EC.yml @@ -0,0 +1 @@ +ECHO is on. diff --git a/Adaptation/_Tests/Static/EC.cs b/Adaptation/_Tests/Static/EC.cs index f54be9e..13141d6 100644 --- a/Adaptation/_Tests/Static/EC.cs +++ b/Adaptation/_Tests/Static/EC.cs @@ -45,7 +45,7 @@ public class EC : LoggingUnitTesting, IDisposable Assert.IsTrue(dateTime.ToString("M/d/yyyy h:mm:ss tt") == dateTime.ToString()); } -#if true +#if (!DEBUG) [Ignore] #endif [TestMethod] @@ -69,7 +69,7 @@ public class EC : LoggingUnitTesting, IDisposable LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit")); } -#if true +#if (!DEBUG) [Ignore] #endif [TestMethod]