modify module and theme template release.cmd to remove old nupkg files before packaging

This commit is contained in:
sbwalker 2023-12-15 11:08:05 -05:00
parent 8909822aea
commit 7c206af757
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
del "*.nupkg"
"..\..\[RootFolder]\oqtane.package\nuget.exe" pack [Owner].Module.[Module].nuspec
XCOPY "*.nupkg" "..\..\[RootFolder]\Oqtane.Server\Packages\" /Y

View File

@ -1,2 +1,3 @@
del "*.nupkg"
"..\..\[RootFolder]\oqtane.package\nuget.exe" pack [Owner].Theme.[Theme].nuspec
XCOPY "*.nupkg" "..\..\[RootFolder]\Oqtane.Server\wwwroot\Themes\" /Y