I try to setup asp.net core 1.0 test using xunit test in Visual Studio Team Services (was Visual Studio Online), no matter i try it not able to find the assemblies.
Project
\src
\test --Folder
\test\Job.Core.Tests -- project name
Visual Studio Test Setting:
Test Assembly: \$(BuildConfiguration)*tests*.dll;-:\obj**
Code Coverage Enabled: true
VSTest version: Visual Studio 2015
Path to Custom Test Adapters: $(Build.SourcesDirectory)\packages
Other console options: /InIsolation
Platform: $(BuildPlatform)
Configuration: $(BuildConfiguration)
may I know where i goes wrong.
2016-04-09T05:27:33.1647258Z Executing the powershell script:
C:\LR\MMS\Services\Mms\TaskAgentProvisioner\Tools\agents\1.97.1\tasks\VSTest\1.0.34\VSTest.ps12016-04-09T05:27:35.3816395Z ##[warning]No test assemblies found matching the pattern: '\release*test*.dll;-:\obj**'.