Removed debug reference to test data from Umbraco.Web.UI.NetCore.

This commit is contained in:
Andy Butland
2021-08-02 09:31:45 +02:00
parent ab5272c6d3
commit 9957149008
2 changed files with 0 additions and 4 deletions

View File

@@ -3,9 +3,6 @@
This project is a utility to be able to generate large amounts of content and media in an
Umbraco installation for testing.
Currently this project is referenced in the Umbraco.Web.UI.NetCore project but only when it's being built
in Debug mode (i.e. when testing within Visual Studio).
## Usage
You must use SQL Server for this, using SQLCE will die if you try to bulk create huge amounts of data.

View File

@@ -16,7 +16,6 @@
<ProjectReference Include="../Umbraco.Web.Common/Umbraco.Web.Common.csproj" />
<ProjectReference Include="../Umbraco.Web.Website/Umbraco.Web.Website.csproj" />
<ProjectReference Include="../Umbraco.Persistence.SqlCe/Umbraco.Persistence.SqlCe.csproj" Condition="'$(OS)' == 'Windows_NT'" />
<ProjectReference Include="../Umbraco.TestData/Umbraco.TestData.csproj" Condition="'$(Configuration)' == 'Debug'" />
</ItemGroup>
<ItemGroup>