I am using TFS 2015 with CI, and after a successful build for x64, the unit test should also run on x64. But instead, they run on x86, which causes most tests to fail.
To build for x64, it was enough to set the $ (BuildPlatform) variable to x64, but for the test this has no effect.
I get the output for the test as follows:
2016-05-03T06:42:38.7749398Z Microsoft (R) Test Execution Command Line Tool Version 14.0.25123.0
2016-05-03T06:42:38.7749398Z Copyright (c) Microsoft Corporation. All rights reserved.
2016-05-03T06:42:38.9155623Z Starting test execution, please wait...
2016-05-03T06:42:39.4155556Z Test run will use DLL(s) built for framework Framework45 and platform X86. Following DLL(s) will not be part of run: ...
What do I need to do to check TFS using x64?
Thanks for your help!
source
share