jakobehn / VSTSGitHubTasks

MIT License
21 stars 10 forks source link

Resolves parameter binding error when task is auto-updated #13

Closed jessehouwing closed 6 years ago

jessehouwing commented 7 years ago

Fixes #12

Workaround:

Alternate workaround

Caused by:


This change is Reviewable

jakobehn commented 7 years ago

I just did similar changes and pushedd a new version (see #12). I changed the GitSourceUrl parameter to be optional, since the default is GitHub

jessehouwing commented 7 years ago

That works too :). I still recommend to put in a UI level default value. Even if it's empty-string. It makes upgrading easier in the long run.

jakobehn commented 6 years ago

Closing this since the feature is implemented through #12