Skip to content

Commit

Permalink
fix theme template release.,cmd to copy package to /Packages folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwalker committed Mar 22, 2024
1 parent d3e6177 commit a8ffc41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
del "*.nupkg"
"..\..\[RootFolder]\oqtane.package\nuget.exe" pack [Owner].Theme.[Theme].nuspec
XCOPY "*.nupkg" "..\..\[RootFolder]\Oqtane.Server\wwwroot\Themes\" /Y
XCOPY "*.nupkg" "..\..\[RootFolder]\Oqtane.Server\wwwroot\Packages\" /Y

0 comments on commit a8ffc41

Please sign in to comment.