win-x86
This commit is contained in:
parent
48b9d0fb43
commit
06d732606f
@ -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"
|
||||||
|
|
||||||
|
@ -78,9 +78,7 @@ public class BACKLOG : LoggingUnitTesting, IDisposable
|
|||||||
NonThrowTryCatch();
|
NonThrowTryCatch();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if DEBUG
|
|
||||||
[Ignore]
|
[Ignore]
|
||||||
#endif
|
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
public void Staging()
|
public void Staging()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user