declare dependencies in nuspec files and optimize application template

This commit is contained in:
sbwalker
2025-08-22 08:41:52 -04:00
parent cca0f2219e
commit 52799c7cb0
12 changed files with 69 additions and 104 deletions

View File

@ -1,12 +1,12 @@
del "*.nupkg"
del "*.zip"
rmdir /Q/S "..\Oqtane.Server\bin\Release\net9.0\publish"
dotnet clean -c Release ..\Oqtane.sln
dotnet build -c Release ..\Oqtane.sln
nuget.exe pack Oqtane.Client.nuspec
nuget.exe pack Oqtane.Server.nuspec
nuget.exe pack Oqtane.Shared.nuspec
nuget.exe pack Oqtane.Framework.nuspec
rmdir /Q/S "..\Oqtane.Server\bin\Release\net9.0\publish"
dotnet publish ..\Oqtane.Server\Oqtane.Server.csproj /p:Configuration=Release
rmdir /Q/S "..\Oqtane.Server\bin\Release\net9.0\publish\Content"
rmdir /Q/S "..\Oqtane.Server\bin\Release\net9.0\publish\wwwroot\Content"