consolidate packaging

This commit is contained in:
sbwalker
2025-08-15 14:06:28 -04:00
parent 2143660345
commit 2ca0508030
3 changed files with 1 additions and 3 deletions

View File

@ -1,3 +0,0 @@
del "*.nupkg"
"../Build/nuget.exe" pack ../Oqtane.Application.Template.nuspec
pause

Binary file not shown.

View File

@ -55,5 +55,6 @@ 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