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

Error cheking-in files #23

Closed JPGRodrigues closed 8 years ago

JPGRodrigues commented 8 years ago

Starting task: Check changes into source control


Executing the powershell script: **\tasks\TFVCCheckin\1.1.69\TfvcCheckin.ps1 ***\s\dev\Deployment\drops\biz\MH_BIZ_ProductsCatalog No Add detected. No Delete detected.

Unable to parse checkin note

Exception calling ".ctor" with "1" argument(s): "Value cannot be null.

Parameter name: values"


Finishing task: TFVCCheckin


jessehouwing commented 8 years ago

Looks like you've specified an empty note...

Can you share the contents of the Notes Field?

If you want to set no value, just don't specify that nite value at all.

I'll see about improving the error message.

jessehouwing commented 8 years ago

Released a new version with better Notes parsing.

I've replaces the old syntax with Json for more control over the actual Notes values.