fix: Fixes publishing (#1808)
### Summary - Fixes publishing issues when the Application project was created. - Fixes missing dotnet clean file deletions
This commit is contained in:
parent
b2695b9f6c
commit
5f8f7982eb
5 changed files with 23 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue