Skip to content

Commit bcdaa66

Browse files
authored
Merge pull request dotnet-script#245 from filipw/feature/ci-variables
set .net cli environment variables in CI
2 parents b390197 + 2431202 commit bcdaa66

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: csharp
22
dotnet: 2.0.0
3+
env:
4+
global:
5+
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
6+
- DOTNET_CLI_TELEMETRY_OPTOUT=true
37
mono:
48
- latest
59
matrix:

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ artifacts:
2424

2525
test: off
2626
environment:
27+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
28+
DOTNET_CLI_TELEMETRY_OPTOUT: true
2729
IS_SECURE_BUILDENVIRONMENT:
2830
secure: xU2zj54rFEPVqg/UuGU/DA==
2931
GITHUB_REPO_TOKEN:

0 commit comments

Comments
 (0)