jessehouwing / azure-pipelines-tfvc-tasks

Azure Pipelines tasks for Team Foundation Version Control
https://marketplace.visualstudio.com/items?itemName=jessehouwing.jessehouwing-vsts-tfvc-tasks
MIT License
28 stars 17 forks source link

An error occurred while creating the pipeline. #14

Closed tomkor closed 8 years ago

tomkor commented 8 years ago

I want to check in AssemblyInfo.cs files after changed build version number with VersionUpdate.ps1 powershell script.

My build task and log files

jessehouwing commented 8 years ago

image

tomkor commented 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

tomkor commented 8 years ago

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.

jessehouwing commented 8 years ago

are you running a 32 bit version of Windows or a 64 bit version?

jessehouwing commented 8 years ago

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.

jessehouwing commented 8 years ago

I have a test build I could share with your account... What's the VSTS account you're using?

tomkor commented 8 years ago

Everything is ok now :)

jessehouwing commented 8 years ago

Thanks for letting me know.