Skip to content

Commit

Permalink
appveyor.yml - updated command format
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthashw committed May 2, 2017
1 parent 47cba4e commit c6015aa
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions appveyor.yml
Expand Up @@ -11,14 +11,7 @@ cache:
- "%LOCALAPPDATA%\\Yarn"
- "%APPVEYOR_BUILD_FOLDER%\\Slack.Automation\\packages"
build_script:
- npm i -g npm@4.5.0
- npm i -g typescript typings
- cmd: cd .\\Slack.Automation\\Promact.Erp.Web\\
- npm install
- npm run aot
- npm run rollup
- cmd: cd .. && cd ..
- cmd: "nuget restore \".\\Slack.Automation\\Promact.ERP.sln\"\nnpm i -g yarn@0.16.1 && yarn global add typescript typings\ncd \".\\Slack.Automation\\Promact.Erp.Web\"\nyarn\ncd \"..\\..\"\nmsbuild \".\\Slack.Automation\\Promact.ERP.sln\" /m /verbosity:minimal /logger:\"C:\\Program Files\\AppVeyor\\BuildAgent\\Appveyor.MSBuildLogger.dll\" /p:Optimize=False"
- cmd: "nuget restore \".\\Slack.Automation\\Promact.ERP.sln\"\nnpm i -g yarn@0.16.1 && yarn global add typescript typings\ncd \".\\Slack.Automation\\Promact.Erp.Web\"\nyarn\nnpm run aot\ncd \"..\\..\"\nmsbuild \".\\Slack.Automation\\Promact.ERP.sln\" /m /verbosity:minimal /logger:\"C:\\Program Files\\AppVeyor\\BuildAgent\\Appveyor.MSBuildLogger.dll\" /p:Optimize=False"
build:
project: .\Slack.Automation\Promact.ERP.sln
parallel: true
Expand Down

0 comments on commit c6015aa

Please sign in to comment.