This commit is contained in:
Mike Phares 2023-04-23 09:05:10 -07:00
parent 48b9d0fb43
commit 06d732606f
2 changed files with 1 additions and 3 deletions

View File

@ -75,7 +75,7 @@ steps:
displayName: "PowerShell Script" displayName: "PowerShell Script"
continueOnError: true continueOnError: true
- script: "dotnet test --configuration $(Configuration)" - script: "dotnet test --configuration $(Configuration) --runtime win-x86"
workingDirectory: Adaptation workingDirectory: Adaptation
displayName: "Core Test" displayName: "Core Test"

View File

@ -78,9 +78,7 @@ public class BACKLOG : LoggingUnitTesting, IDisposable
NonThrowTryCatch(); NonThrowTryCatch();
} }
#if DEBUG
[Ignore] [Ignore]
#endif
[TestMethod] [TestMethod]
public void Staging() public void Staging()
{ {