fix: Fixes argument for schema generation in publish command (#935)
This commit is contained in:
parent
36d07dd34d
commit
04909828c8
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ echo dotnet publish ${config} ${os} --no-restore --self-contained=false -o Distr
|
|||
dotnet publish ${config} ${os} --no-restore --self-contained=false -o Distribution/Assemblies Projects/UOContent/UOContent.csproj
|
||||
|
||||
echo Generating serialization migration schema...
|
||||
dotnet tool run ModernUOSchemaGenerator ModernUO.sln
|
||||
dotnet tool run ModernUOSchemaGenerator -- ModernUO.sln
|
||||
|
||||
exit $?
|
||||
|
||||
|
|
@ -73,4 +73,4 @@ echo dotnet publish %config% %os% --no-restore --self-contained=false -o Distrib
|
|||
dotnet publish %config% %os% --no-restore --self-contained=false -o Distribution\Assemblies Projects\UOContent\UOContent.csproj
|
||||
|
||||
echo Generating serialization migration schema...
|
||||
dotnet tool run ModernUOSchemaGenerator ModernUO.sln
|
||||
dotnet tool run ModernUOSchemaGenerator -- ModernUO.sln
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue