We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67ff14 commit 0cd8362Copy full SHA for 0cd8362
Content/Deployment/deploy.cmd
@@ -53,9 +53,9 @@ IF NOT DEFINED KUDU_SYNC_CMD (
53
54
composer install %COMPOSER_ARGS%
55
56
-:: Move Files to Target
+:: Update Manifest
57
58
-robocopy %DEPLOYMENT_SOURCE%\vendor %DEPLOYMENT_TARGET%\vendor /MIR
+echo vendor >> %ARTIFACTS%\manifest
59
60
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
61
:: Deployment
0 commit comments