Skip to content

Commit

Permalink
Merge pull request #1776 from leigh-pointer/ReplaceRoot
Browse files Browse the repository at this point in the history
[RootFolder] was missing from Release.cmd
  • Loading branch information
sbwalker authored Nov 10, 2021
2 parents b8c37ff + a58dc49 commit af72750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"..\..\[RootFolder]\oqtane.package\nuget.exe" pack [Owner].[Module].nuspec
XCOPY "*.nupkg" "..\..\oqtane.framework\Oqtane.Server\Packages\" /Y
XCOPY "*.nupkg" "..\..\[RootFolder]\Oqtane.Server\Packages\" /Y

0 comments on commit af72750

Please sign in to comment.