johanclasson / vso-agent-tasks

Build and Release Tasks for Visual Studio Online and Team Foundation Server
MIT License
20 stars 16 forks source link

Update-Database.ps requires VariableSubstitutionPrefix #64

Closed andrewmacg123 closed 4 years ago

andrewmacg123 commented 4 years ago

Hi,

Great work on DbUp, thanks.

In the release that's come out today the VariableSubstitutionPrefix is now set as required, which is a breaking change for me. Is there another way I can set a blank prefix or should I now set one and update my vars?

Thanks

francisdidden commented 4 years ago

We are having the exact same problem. Could this change be reverted and/or added as a major version update? Since it's a beaking change, that might be appropriate.

Thank you

johanclasson commented 4 years ago

Thanks for reporting. I will send out a fix shortly!

johanclasson commented 4 years ago

There is now a new version 2.1.3 out that sets the VariableSubstitutionPrefix to not required.

andrewmacg123 commented 4 years ago

Thanks for the quick turnaround Johan