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
27 stars 18 forks source link

Not working on 32bit #77

Closed shayki5 closed 4 years ago

shayki5 commented 5 years ago

Hi :) We have some builds that tunning on 32bit, the tasks not working there. Can you please add support to 32bit? Thank you so much!

jessehouwing commented 5 years ago

I don't see why they wouldn't be working there. What errors are you getting? Does the agent even support 32 bits nowadays?

On Sun, 13 Jan 2019, 14:30 Shayki Abramczyk <notifications@github.com wrote:

Hi :) We have some builds that tunning on 32bit, the tasks not working there. Can you please add support to 32bit? Thank you so much!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jessehouwing/vsts-tfvc-tasks/issues/77, or mute the thread https://github.com/notifications/unsubscribe-auth/AD-uS30k9e1zu0675nMFwTImcrAv5A_Qks5vCzUGgaJpZM4Z9Kyz .

shayki5 commented 5 years ago

Yes, there is a special agent for 32 bits. I got an error: "A supported task execution handler was not found. The task does not carry an implementaion that is compatible with your current operating system 'Windows (x86)'. Contact the task author for more deails". Thanks again!

jessehouwing commented 5 years ago

I'm guessing the task itself would need no changes. Just an extra handler, but I don't have any 32 systems to test with.

I'll see what I can do in the near future.

On Sun, 13 Jan 2019, 14:59 Shayki Abramczyk <notifications@github.com wrote:

Yes, there is a special agent for 32 bits. I got an error: "A supported task execution handler was not found. The task does not carry an implementaion that is compatible with your current operating system 'Windows (x86)'. Contact the task author for more deails". Thanks again!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jessehouwing/vsts-tfvc-tasks/issues/77#issuecomment-453832123, or mute the thread https://github.com/notifications/unsubscribe-auth/AD-uS00kV8hXeDXAOgITQxde1eWFVBUsks5vCzvSgaJpZM4Z9Kyz .

shayki5 commented 5 years ago

Ok, thank you so much! Do you have any idea where the handler should be? maybe I can add it myself.

jessehouwing commented 5 years ago

At the bottom of each task.json.

jessehouwing commented 5 years ago

Got some more details and to solve this the task must be upgraded to the PowerShell3 handler or Typescript. This has been long in the plans, but it's still pretty far off.

shayki5 commented 5 years ago

Ok, thank you so much for your response!!

shayki5 commented 5 years ago

Hi, Just update... I needed it pretty urgent (build need to be passed... )so I wrote some tasks myself :) So you can wait ;) Thank you again!

jessehouwing commented 5 years ago

Why no pull request ;)

On Sat, 19 Jan 2019, 22:54 Shayki Abramczyk <notifications@github.com wrote:

Hi, Just update... I needed it pretty urgent (build need to be passed... )so I wrote some tasks myself :) So you can wait ;) Thank you again!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jessehouwing/vsts-tfvc-tasks/issues/77#issuecomment-455818443, or mute the thread https://github.com/notifications/unsubscribe-auth/AD-uS8BddS6hF62xt1DkkvNWleE8ICyDks5vE5QtgaJpZM4Z9Kyz .

shayki5 commented 5 years ago

Because I just wrote a small PowerShell script... I didn't adjust your tasks...

jessehouwing commented 4 years ago

Added a PS3 handler. This should be fixed now.