Skip to content

Commit

Permalink
Merge pull request #4049 from sbwalker/dev
Browse files Browse the repository at this point in the history
fix theme template release.,cmd to copy package to /Packages folder
  • Loading branch information
sbwalker authored Mar 22, 2024
2 parents b0c1c6e + a8ffc41 commit 016d2f7
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 016d2f7

Please sign in to comment.