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

@ -56,7 +56,7 @@ public class UnitTestInfinityQSV2Controller
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -71,7 +71,7 @@ public class UnitTestInfinityQSV2Controller
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -92,7 +92,7 @@ public class UnitTestInfinityQSV2Controller
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -109,7 +109,7 @@ public class UnitTestInfinityQSV2Controller
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -127,7 +127,7 @@ public class UnitTestInfinityQSV2Controller
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -144,7 +144,7 @@ public class UnitTestInfinityQSV2Controller
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -159,7 +159,7 @@ public class UnitTestInfinityQSV2Controller
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -175,7 +175,7 @@ public class UnitTestInfinityQSV2Controller
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]
@ -190,7 +190,7 @@ public class UnitTestInfinityQSV2Controller
NonThrowTryCatch();
}
#if !DEBUG
#if DEBUG
[Ignore]
#endif
[TestMethod]