Skip to content

Commit

Permalink
Ticket 92 : Install GULP
Browse files Browse the repository at this point in the history
  • Loading branch information
thabart committed Feb 5, 2016
1 parent fa38644 commit 34825ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ install:
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
- cmd: powershell -NoProfile -ExecutionPolicy unrestricted -Command "&{iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
- cmd: npm install bower -g
- cmd: npm install gulp -g
before_build:
- cd SimpleIdentityServer\VNEXT
- cmd: dnvm upgrade
Expand Down

0 comments on commit 34825ee

Please sign in to comment.