fix: Deletes schema migration project (#954)
This commit is contained in:
parent
58b907d39e
commit
60991b7ab0
2 changed files with 0 additions and 21 deletions
|
|
@ -1,13 +0,0 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<RootNamespace>Schema_Migrations</RootNamespace>
|
||||
</PropertyGroup>
|
||||
<Target Name="Compile" />
|
||||
<Target Name="Build" />
|
||||
<Target Name="SchemaMigration" BeforeTargets="BeforeBuild">
|
||||
<Message Importance="High" Text="Installing schema generator tool" />
|
||||
<Exec Command="dotnet tool restore" />
|
||||
<Message Importance="High" Text="Generating migration schemas..." />
|
||||
<Exec Command="dotnet tool run ModernUOSchemaGenerator -- "$(ProjectDir)..\..\ModernUO.sln"" />
|
||||
</Target>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue