Forum Replies Created
-
AuthorPosts
-
HaqimParticipant
OK, race conditions i don’t want, also …
I have around 5 seconds easily just for one step in code.
But maybe some settings with my framing isn’t working right, but i don’t see a solution at the moment.
I add some logs and a picture.
Attachments:
You must be logged in to view attached files.October 10, 2017 at 16:25 in reply to: Guide for getting VisualGDB MSBuild to work on a build agent? #12629HaqimParticipantHello,
i still haven’t solved this yet…
I changed my TFS Agent from a service to an executable, running on my PC, in hope of some local path things that now the agent could find. Without success.
I also tried to add the Visual GDB Path as a specific assembly search path. Without success.
I hope we can still get this up & running…
New log with the actual setup attached.
Attachments:
You must be logged in to view attached files.September 19, 2017 at 08:41 in reply to: Guide for getting VisualGDB MSBuild to work on a build agent? #12442HaqimParticipantI tried, doesn’t help.
On a note – it is no problem to build the project / solution in VS2015, but the TFS Agent struggles…
I got the agent to verbose mode with detailed / diagnostic output.
Maybe that helps to get it running? But i don’t see anything at the moment…
But the Build Clean is working – the Build itself not?!
regards
- This reply was modified 7 years, 2 months ago by Haqim.
Attachments:
You must be logged in to view attached files.September 15, 2017 at 08:23 in reply to: Guide for getting VisualGDB MSBuild to work on a build agent? #12399September 14, 2017 at 11:33 in reply to: Guide for getting VisualGDB MSBuild to work on a build agent? #12385HaqimParticipantHello,
i’m working on the same topic, but for me the rebooting doesn’t help…
I have:
- Visual Studio 2015
- TFS 2015 with git repo
- Visual GDB v5.2R9
When i build over tfs agent, i get:
C:\Program Files (x86)\Sysprogs\VisualGDB\MSBuild\Targets\FastUpToDateCheck.targets(5,2): Error MSB4062: The “InitializeFastUpToDateCheckFile” task could not be loaded from the assembly C:\Program Files (x86)\Sysprogs\VisualGDB\\Sysprogs.Build.Tasks.dll. Could not load file or assembly ‘VisualGDB, Version=5.2.15.0, Culture=neutral, PublicKeyToken=null’ or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.
- C:\Program Files (x86)\Sysprogs\VisualGDB\MSBuild\Targets\FastUpToDateCheck.targets -> is there and ok
- C:\Program Files (x86)\Sysprogs\VisualGDB\Sysprogs.Build.Tasks.dll -> is there and ok
Any ideas / help ?!
regards
-
AuthorPosts