File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 33<metadata >
44<id >ComposerExtension</id >
55<title >Composer</title >
6- <version >0.1.7 </version >
6+ <version >0.1.8 </version >
77<authors >Cory Fowler</authors >
88<licenseUrl >http://opensource.org/licenses/MIT</licenseUrl >
99<projectUrl >https://github.com/SyntaxC4-MSFT/ComposerExtension</projectUrl >
Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ IF NOT DEFINED KUDU_SYNC_CMD (
5353
5454composer install %COMPOSER_ARGS%
5555
56+ :: Move Files to Target
57+
58+ robocopy %DEPLOYMENT_SOURCE% \vendor %DEPLOYMENT_TARGET% \vendor /MIR
59+
5660:: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
5761:: Deployment
5862:: ----------
You can’t perform that action at this time.
0 commit comments