We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59f68a commit 92cfdf0Copy full SHA for 92cfdf0
appveyor.yml
@@ -2,9 +2,7 @@ image: Visual Studio 2017
2
3
install:
4
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
5
- - npm install [email protected] -g
6
- - set PATH=%APPDATA%\npm;%PATH%
7
- - npm --version
+ - npm --version
8
9
before_build:
10
- ps: Vsix-IncrementVsixVersion | Vsix-UpdateBuildVersion
0 commit comments