Jesse Houwing

Results 128 comments of Jesse Houwing

The tasks assume an existing workspace definition. I haven't tried these tasks in the context of a TFVC release artifact, but it may work. I'd accept a PR. There is...

I once started a port to Typescript, it has all the details to call tf.exe with the right parameters to make it work on the agent: https://github.com/jessehouwing/azure-pipelines-tfvc-tasks/blob/features/typescript/vsts-tfvc-add/TfvcAdd.ts ``` - powershell:...

That wouldn't be too hard I suppose. I'd accept a pull request in this direction. Not sure when I'll have time to do it myself.

Not 100% what this would look like. I can't add it, if I don't know. It's sort of a Gated Build, or, from the old XAML builds options that offered...

It wouldn't be hard to do I suspect, though I'd need a bit more information on what it is you want to accomplish. Can you describe the steps you're missing...

The only way I imagine this could work is to either download additional folders to the workspace (as far as you can speak of a workspace, or offer the ability...

Have you tried setting the source branch variable? That may actually work... On Dec 19, 2017 13:04, "Peder Rice" wrote: > So we ended up writing a script that we...

Yeah that won't work. And I'm not sure if the rest api will update the value, as some fields are locked to ensure auditability. On Dec 19, 2017 20:53, "Peder...

- Could you elaborate on how that task would deal with merge conflicts? - Would it only be able to merge between existing branch relations? - Does the build workspace...

Given that I need to provide support for the tasks I write. Or at least try to do as best I can, we do need to think what happens in...