diff --git a/Projects/Application/Application.csproj b/Projects/Application/Application.csproj index 997beb53e..130bcc78f 100644 --- a/Projects/Application/Application.csproj +++ b/Projects/Application/Application.csproj @@ -11,10 +11,21 @@ Debug;Release;Analyze Server + + + + + + + + + + + - - - false - + + + false + diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj index 486691d19..91bffdc89 100644 --- a/Projects/Server/Server.csproj +++ b/Projects/Server/Server.csproj @@ -3,13 +3,14 @@ ModernUO Core ..\..\Distribution + ..\..\Distribution 0.0.0 Debug;Release;Analyze Server Server - + diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj index 880cc8318..cc463c0bd 100644 --- a/Projects/UOContent/UOContent.csproj +++ b/Projects/UOContent/UOContent.csproj @@ -5,10 +5,11 @@ UOContent ModernUO Content ..\..\Distribution\Assemblies + ..\..\Distribution\Assemblies Debug;Release;Analyze - + diff --git a/publish.cmd b/publish.cmd index 93f2345ae..f8e490426 100755 --- a/publish.cmd +++ b/publish.cmd @@ -39,8 +39,8 @@ dotnet clean --verbosity quiet echo dotnet restore --force-evaluate --source https://api.nuget.org/v3/index.json dotnet restore --force-evaluate --source https://api.nuget.org/v3/index.json -echo dotnet publish %config% %os%-%arch% --no-restore --self-contained=false -o Distribution Projects\Application\Application.csproj -dotnet publish %config% %os%-%arch% --no-restore --self-contained=false -o Distribution Projects\Application\Application.csproj +echo dotnet publish %config% %os%-%arch% --no-restore --self-contained=false +dotnet publish %config% %os%-%arch% --no-restore --self-contained=false echo Generating serialization migration schema... dotnet tool run ModernUOSchemaGenerator -- ModernUO.sln diff --git a/publish.sh b/publish.sh index 72bde37fe..8b6f76f81 100755 --- a/publish.sh +++ b/publish.sh @@ -36,8 +36,8 @@ dotnet clean --verbosity quiet echo dotnet restore --force-evaluate --source https://api.nuget.org/v3/index.json dotnet restore --force-evaluate --source https://api.nuget.org/v3/index.json -echo dotnet publish ${config} ${os}-${arch} --no-restore --self-contained=false -o Distribution Projects/Application/Application.csproj -dotnet publish ${config} ${os}-${arch} --no-restore --self-contained=false -o Distribution Projects/Application/Application.csproj +echo dotnet publish ${config} ${os}-${arch} --no-restore --self-contained=false +dotnet publish ${config} ${os}-${arch} --no-restore --self-contained=false echo Generating serialization migration schema... dotnet tool run ModernUOSchemaGenerator -- ModernUO.sln