File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
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.2.0 </version >
6+ <version >0.2.5 </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 1- @ php " d:\home\SiteExtensions\ComposerExtension\Composer \composer.phar" %*
1+ @ php " d:\home\SiteExtensions\ComposerExtension\Commands \composer.phar" %*
Original file line number Diff line number Diff line change @@ -51,11 +51,9 @@ IF NOT DEFINED KUDU_SYNC_CMD (
5151:: Download Dependencies with Composer
5252:: -----------------
5353
54- composer install %COMPOSER_ARGS%
54+ echo Install Dependencies with Composer
5555
56- :: Update Manifest
57-
58- find %DEPLOYMENT_SOURCE% | grep -v .git | sed 's/..//' >> %NEXT_MANIFEST_PATH%
56+ call composer install %COMPOSER_ARGS%
5957
6058:: ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
6159:: Deployment
You can’t perform that action at this time.
0 commit comments