johanclasson / vso-agent-tasks

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

DbUpMigration - Support for "empty" environment variables #53

Open johanclasson opened 5 years ago

johanclasson commented 5 years ago

If an environment variable is empty it will not be picked up. As a work around we could have an opt in feature replacing say an environment value of {empty} with an empty string in the DbUp WithVariable(...) method.