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
varhelpUrl=$"{System.Environment.NewLine}See https://gitversion.net/docs/configuration for more info";
164
+
158
165
if(regex==null)
159
166
{
160
-
thrownewConfigurationException($"Branch configuration '{name}' is missing required configuration 'regex'{System.Environment.NewLine}"+"See https://gitversion.net/docs/configuration for more info");
167
+
thrownewConfigurationException($"Branch configuration '{name}' is missing required configuration 'regex'{helpUrl}");
161
168
}
162
169
163
170
varsourceBranches=branchConfig.SourceBranches;
164
171
if(sourceBranches==null)
165
172
{
166
-
thrownewConfigurationException($"Branch configuration '{name}' is missing required configuration 'source-branches'{System.Environment.NewLine}"+"See https://gitversion.net/docs/configuration for more info");
173
+
thrownewConfigurationException($"Branch configuration '{name}' is missing required configuration 'source-branches'{helpUrl}");
thrownewConfigurationException($"Branch configuration '{name}' defines these 'source-branches' that are not configured: '[{string.Join(",",missingSourceBranches)}]'{System.Environment.NewLine}"+"See https://gitversion.net/docs/configuration for more info");
178
+
thrownewConfigurationException($"Branch configuration '{name}' defines these 'source-branches' that are not configured: '[{string.Join(",",missingSourceBranches)}]'{helpUrl}");
0 commit comments