Skip to content

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
madskristensen committed Sep 28, 2018
1 parent 92cfdf0 commit 1ec8961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image: Visual Studio 2017

install:
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
- npm --version
- npm --version

before_build:
- ps: Vsix-IncrementVsixVersion | Vsix-UpdateBuildVersion
Expand Down

0 comments on commit 1ec8961

Please sign in to comment.