Join environment vars

This commit is contained in:
Ryan Brandenburg 2017-07-07 15:12:21 -07:00
parent ecd56f1074
commit 667c2c4acc
1 changed files with 3 additions and 4 deletions

View File

@ -2,6 +2,9 @@
- git config --global core.autocrlf true - git config --global core.autocrlf true
environment: environment:
AUTOBAHN_SUITES_LOG: 1 AUTOBAHN_SUITES_LOG: 1
global:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
branches: branches:
only: only:
- master - master
@ -11,10 +14,6 @@ branches:
build_script: build_script:
- ps: .\build.ps1 - ps: .\build.ps1
clone_depth: 1 clone_depth: 1
environment:
global:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
test: off test: off
deploy: off deploy: off
os: Visual Studio 2017 os: Visual Studio 2017