We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628724a commit 1cc807dCopy full SHA for 1cc807d
appveyor.yml
@@ -6,7 +6,7 @@ environment:
6
7
install:
8
- ps: Install-Product node 8
9
- - npm i -g npm@5
+ - npm i -g npm@6
10
- if defined RELEASE_KEY_SECRET (nuget install secure-file -ExcludeVersion -Verbosity quiet && secure-file\tools\secure-file -decrypt net\DevExtreme.AspNet.Data\release.snk.enc -secret %RELEASE_KEY_SECRET%)
11
- nuget install -Verbosity quiet -ExcludeVersion -OutputDirectory . OpenCover
12
- pip install -q codecov
0 commit comments