Skip to content

Commit 0cd8362

Browse files
committed
updated deployment file to add vendor directory to the kudusync manifest
1 parent c67ff14 commit 0cd8362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Content/Deployment/deploy.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ IF NOT DEFINED KUDU_SYNC_CMD (
5353

5454
composer install %COMPOSER_ARGS%
5555

56-
:: Move Files to Target
56+
:: Update Manifest
5757

58-
robocopy %DEPLOYMENT_SOURCE%\vendor %DEPLOYMENT_TARGET%\vendor /MIR
58+
echo vendor >> %ARTIFACTS%\manifest
5959

6060
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
6161
:: Deployment

0 commit comments

Comments
 (0)