[RootFolder] was missing from Release.cmd

One of the replace tokens was not added to the second command line.
This commit is contained in:
Leigh 2021-11-10 14:26:26 +01:00
parent b8c37ff5d7
commit a58dc49acc

View File

@ -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