johanclasson / vso-agent-tasks

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

Issue WithVariablesDisabled() when variable substitution is not configfured #43

Closed vjgn closed 6 years ago

vjgn commented 6 years ago

When variable substitution is not configured, WithVariablesDisabled() command is not issued currently. Issuing this command will skip looking for matching patterns in the script files and will prevent the error "Variable X Has No Value Defined" from occurring when variable substitution is not used and the script file has patterns such as $xxx$ that matches the pattern used by DbUp.

johanclasson commented 6 years ago

Fixes #43