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 92cfdf0 commit 1ec8961Copy full SHA for 1ec8961
appveyor.yml
@@ -2,7 +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 --version
+ - npm --version
6
7
before_build:
8
- ps: Vsix-IncrementVsixVersion | Vsix-UpdateBuildVersion
0 commit comments