Multiple Stages
IFX Nuget IIS Development and Windows Service plus IIS Flop logic on conditional compile
This commit is contained in:
@ -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]
|
||||
|
@ -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]
|
||||
|
Reference in New Issue
Block a user