xml - Why can't I specify TestAdaptersPaths in my runsettings file? -
i'm working on getting nunit tests running pre-deploy azure built application run tests:
https://github.com/edlichtman/helloazureci
when run on own pc works correctly, 3 unit tests pass , 1 fails (as expect should happen, i'm testing environment appsettings)
however when deploy azure error: invalid settings 'runconfiguration'. unexpected xmlelement: 'testadapterpaths'.
i automated creation of .runsettings file in powershell ensure direct path (d:\home\etc...) initialized testadapterspaths test see if couldn't find testadapterspaths path specifying it's still getting error.
i'm using exact spelling , tree structure microsoft's guide .runsettings, why not working?
wiki
Comments
Post a Comment