From 00c75f8fb4060a782e70e74f7588e770f4baca6a Mon Sep 17 00:00:00 2001 From: chsakell Date: Mon, 5 Jun 2017 22:38:02 +0300 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 407272a..88b0d8e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,3 @@ - - -# configuration for "master" branch -# build in Release mode and deploy to Azure - branches: only: @@ -10,6 +6,8 @@ # Test against the latest version of this Node.js version environment: nodejs_version: "6" + DOTNET_CLI_TELEMETRY_OPTOUT: true + DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true # Install scripts. (runs after repo cloning) install: @@ -18,13 +16,9 @@ # install modules - npm install - environment: - DOTNET_CLI_TELEMETRY_OPTOUT: true - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true version: 1.0.{build} configuration: Release platform: Any CPU skip_branch_with_pr: false before_build: - cmd: dotnet restore -