[RootFolder] was missing from Release.cmd
One of the replace tokens was not added to the second command line.
This commit is contained in:
parent
b8c37ff5d7
commit
a58dc49acc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user