Questions tagged [vnext]
93 questions
-1
votes
1 answer
Powershell script is not installing an exe while i try it runs through TFS Build
I have a powershell script which will install an exe. It works fine when i try it from a powershell ISE console, but it fails when i try it from TFS build step.
Note : My TFS user, agent user and triggering user are same.
Could anybody can shed some…

Arun
- 182
- 1
- 2
- 14
-1
votes
1 answer
vNext build initialize job fails with "Object reference not set to an instance of an object."
All my vNext builds were working fine, suddenly started receiving "Object reference not set to an instance of an object." error in the initialize job.
Any issue or mistake from Build Agent setup?

Suresh
- 21
- 7
-2
votes
1 answer
How can I consistently automate, using TFS vNext build steps, building whatever solution files our development teams get working using Visual Studio?
Developers use the Visual Studio (VS) GUI to develop their solutions and get their projects all building using a solution file (.SLN). The build teams using vNext then have to automate those builds using MSBuild instead of devenv.exe (the Visual…