Sebastian
Sebastian
Thanks for the reply. Unfortunately, this is not the problem. I set the `WEBPASSWORD` env var on my container. And I can recreate this behavior with the current API key.
@borismod sort of. Test 1 should be `.GetChanges(c => c.Version("GITHASH"))`. TeamCity API calls the VCS revision Version. Although a `.GetChanges(c => c.ChangeId("CHANGEID"))` would be nice too. In Test 2 it...
**tl;dr:** I left out the `--skipnontestassemblies` switch and now it works. **Regarding the questions:** 1. I wouldn't say it works *with* "inprocess". It just throws a different exception. All our...
Yes, every test in every assembly I specified runs successfully when I leave out --skipnontestassemblies, regardless of the target framework.