fix: Fixes running schema migrations on Windows (#932)

This commit is contained in:
Kamron Batman 2022-02-16 17:29:29 -08:00 committed by GitHub
parent d7786ce586
commit ecfa290514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,6 @@
<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'" />
<Exec Command="dotnet tool run ModernUOSchemaGenerator -- &quot;$(ProjectDir)..\..\ModernUO.sln&quot;" />
</Target>
</Project>