modify module and theme template release.cmd to remove old nupkg files before packaging
This commit is contained in:
parent
8909822aea
commit
7c206af757
|
@ -1,3 +1,4 @@
|
|||
del "*.nupkg"
|
||||
"..\..\[RootFolder]\oqtane.package\nuget.exe" pack [Owner].Module.[Module].nuspec
|
||||
XCOPY "*.nupkg" "..\..\[RootFolder]\Oqtane.Server\Packages\" /Y
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
del "*.nupkg"
|
||||
"..\..\[RootFolder]\oqtane.package\nuget.exe" pack [Owner].Theme.[Theme].nuspec
|
||||
XCOPY "*.nupkg" "..\..\[RootFolder]\Oqtane.Server\wwwroot\Themes\" /Y
|
||||
|
|
Loading…
Reference in New Issue
Block a user