Multiple Stages

IFX Nuget
IIS Development and Windows Service plus IIS
Flop logic on conditional compile
This commit is contained in:
2023-04-06 16:43:22 -07:00
parent 66f38fcf33
commit 72b648589e
4 changed files with 361 additions and 215 deletions

View File

@ -44,7 +44,7 @@ public class UnitTestInfinityQSController
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -59,7 +59,7 @@ public class UnitTestInfinityQSController
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -74,7 +74,7 @@ public class UnitTestInfinityQSController
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -95,7 +95,7 @@ public class UnitTestInfinityQSController
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -112,7 +112,7 @@ public class UnitTestInfinityQSController
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -130,7 +130,7 @@ public class UnitTestInfinityQSController
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -147,7 +147,7 @@ public class UnitTestInfinityQSController
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -162,7 +162,7 @@ public class UnitTestInfinityQSController
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -178,7 +178,7 @@ public class UnitTestInfinityQSController
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -193,7 +193,7 @@ public class UnitTestInfinityQSController
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]