You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently not executing the Windsor integration test assembly because we don't have a wildcard match on test assemblies.
If we rename our Nimbus.Tests assembly to Nimbus.UnitTests then we can use */UnitTest.dll and */IntegrationTest.dll as our test assembly wildcards in each separate build step.
The text was updated successfully, but these errors were encountered:
We're currently not executing the Windsor integration test assembly because we don't have a wildcard match on test assemblies.
If we rename our Nimbus.Tests assembly to Nimbus.UnitTests then we can use */UnitTest.dll and */IntegrationTest.dll as our test assembly wildcards in each separate build step.
The text was updated successfully, but these errors were encountered: