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"
continueOnError: true
- script: "dotnet test --configuration $(Configuration)"
- script: "dotnet test --configuration $(Configuration) --runtime win-x86"
workingDirectory: Adaptation
displayName: "Core Test"

View File

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