fix: Fixes running schema migrations on Windows (#932)
This commit is contained in:
parent
d7786ce586
commit
ecfa290514
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -- "$(ProjectDir)..\..\ModernUO.sln"" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue