template improvements

This commit is contained in:
sbwalker
2025-08-19 12:26:54 -04:00
parent a340f52973
commit 78f8e2f484
3 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,3 @@
nuget.exe pack ..\Oqtane.Application\Oqtane.Application.Template.nuspec -NoDefaultExcludes
pause

View File

@ -55,6 +55,5 @@ dotnet clean -c Release ..\Oqtane.Updater.sln
dotnet build -c Release ..\Oqtane.Updater.sln
dotnet publish ..\Oqtane.Updater\Oqtane.Updater.csproj /p:Configuration=Release
nuget.exe pack Oqtane.Updater.nuspec
nuget.exe pack ..\Oqtane.Application\Oqtane.Application.Template.nuspec
pause