Update appveyor.yml

This commit is contained in:
chsakell
2017-06-05 22:36:27 +03:00
committed by GitHub
parent 8b090e3646
commit a76846388f

View File

@@ -1,3 +1,12 @@
# configuration for "master" branch
# build in Release mode and deploy to Azure
-
branches:
only:
- master
image: Visual Studio 2017
# Test against the latest version of this Node.js version
environment:
nodejs_version: "6"
@@ -9,13 +18,6 @@ install:
# install modules
- npm install
# configuration for "master" branch
# build in Release mode and deploy to Azure
-
branches:
only:
- master
image: Visual Studio 2017
environment:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true