Closed tomkor closed 8 years ago
Hi I have powershell version like this:
Major Minor Build Revision
5 0 10586 63
I use VSTS with visual studio 2015 update 1
Agent version is 1.94.0 was installed on my computer. This is not a hosted agent.
with system.debug=true i have build log like this
Into GAC_MSIL i have this assembly but version is 12.0. Into Visual studio 2015 folder version is 14.0. Probably this is a problem.
are you running a 32 bit version of Windows or a 64 bit version?
The Gac version should not be the issue. But I was hoping to get a little more information from my logging routines about where the assemblies were loaded from. It's one of the pain points of the current build agent. It ships with an incomplete Client Object Model, so I need to find these assemblies elsewhere.
I have a test build I could share with your account... What's the VSTS account you're using?
Everything is ok now :)
Thanks for letting me know.
I want to check in AssemblyInfo.cs files after changed build version number with VersionUpdate.ps1 powershell script.
My build task and log files