You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.