Makes sure we can have nightlies for non-pre-releases as well
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Umbraco.Tests.Routing
|
||||
//create the module
|
||||
_module = new UmbracoModule();
|
||||
|
||||
SettingsForTests.ConfigurationStatus = UmbracoVersion.GetSemanticVersion().ToString();
|
||||
SettingsForTests.ConfigurationStatus = UmbracoVersion.GetSemanticVersion().ToSemanticString();
|
||||
//SettingsForTests.ReservedPaths = "~/umbraco,~/install/";
|
||||
//SettingsForTests.ReservedUrls = "~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx,~/VSEnterpriseHelper.axd";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user