style simplification and publish upgrades for dotnet 10
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -9,8 +9,8 @@ CONTENT_APP="deepdrft-content.tar.gz"
|
|||||||
WEB_APP="deepdrft-web.tar.gz"
|
WEB_APP="deepdrft-web.tar.gz"
|
||||||
|
|
||||||
# Restore and Publish
|
# Restore and Publish
|
||||||
dotnet publish $CONTENT_PROJ -c Release -f net9.0 -o $CONTENT_PROJ/publish -r linux-x64 -p:Platform="Any CPU" --verbosity normal
|
dotnet publish $CONTENT_PROJ -c Release -f net10.0 -o $CONTENT_PROJ/publish -r linux-x64 -p:Platform="Any CPU" --verbosity normal
|
||||||
dotnet publish $WEB_PROJ -c Release -f net9.0 -o $WEB_PROJ/publish -r linux-x64 -p:Platform="Any CPU" --verbosity normal
|
dotnet publish $WEB_PROJ -c Release -f net10.0 -o $WEB_PROJ/publish -r linux-x64 -p:Platform="Any CPU" --verbosity normal
|
||||||
|
|
||||||
# Check if migrations are needed
|
# Check if migrations are needed
|
||||||
WEB_MIG="deepdrft-migrations.sql"
|
WEB_MIG="deepdrft-migrations.sql"
|
||||||
|
|||||||
Reference in New Issue
Block a user