-
Notifications
You must be signed in to change notification settings - Fork 77
Description
Dear ContinuousTest Power Users --
Please help.
I am new here and I am getting a build failure running "release.bat" on Win 8.1 with VS 2013 sdk, etc.
I wanted to attach the DOS output stream, but oddly, GitHub is not letting me attach a 274kb plain text file, so some snippets are below.
BTW I searched for "*.sln" in the ContinuousTests hive and I am trying to build them one-b-one manually in VS 2013 Pro on Win 8.1 but there are TON of sln files so I could use some help.
The following seem to be issues...
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Build started 09/30/2015 13:18:37.
Project "c:\GitHub01\ContinuousTests\src\AutoTest.VS.RiskClassifier\RiskClassifier.sln" on node 1 (rebuild target(s)).
ValidateSolutionConfiguration:
Building solution configuration "Release|Any CPU".
Project "c:\GitHub01\ContinuousTests\src\AutoTest.VS.RiskClassifier\RiskClassifier.sln" (1) is building "c:\GitHub01\Continuous
Tests\src\AutoTest.VS.RiskClassifier\RiskClassifier\AutoTest.VS.RiskClassifier.csproj" (2) on node 1 (Rebuild target(s)).
c:\GitHub01\ContinuousTests\src\AutoTest.VS.RiskClassifier\RiskClassifier\AutoTest.VS.RiskClassifier.csproj(157,3): error MSB40
19: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\VSSDK\Microsoft.VsSDK.targets" was not fo
und. Confirm that the path in the declaration is correct, and that the file exists on disk.
Done Building Project "c:\GitHub01\ContinuousTests\src\AutoTest.VS.RiskClassifier\RiskClassifier\AutoTest.VS.RiskClassifier.csp
roj" (Rebuild target(s)) -- FAILED.
...etc....
...basically RiskClassifier is hosed....
....will try to hack a workaround but could use help too...
...thanks.
-- Mark Kamoski