dotnet test -c Release

Passed!  - Failed:     0, Passed:    36, Skipped:   118, Total:   154
This commit is contained in:
2023-01-25 13:34:30 -07:00
parent 99e0414d60
commit a918b50d7b
15 changed files with 374 additions and 416 deletions

View File

@ -131,7 +131,7 @@ public class TXT : LoggingUnitTesting, IDisposable
LoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit"));
}
#if true
#if DEBUG
[Ignore]
#endif
[TestMethod]