File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -3,26 +3,21 @@ language: csharp
3
3
env :
4
4
- HOME=/home/travis APPDATA=/home/travis LocalAppData=/home/travis
5
5
6
- sudo : required # false
7
- dist : trusty
6
+ sudo : required
7
+ dist : xenial
8
8
dotnet : 2.2.103
9
9
mono :
10
- - latest
10
+ - latest
11
11
os :
12
- - linux
13
-
14
- addons :
15
- apt :
16
- sources :
17
- - sourceline : ' deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main'
18
- key_url : ' https://packages.microsoft.com/keys/microsoft.asc'
19
- packages :
20
- - dotnet-hostfxr-1.0.1
21
- - dotnet-sharedframework-microsoft.netcore.app-1.1.2
12
+ - linux
22
13
23
14
branches :
24
15
except :
25
16
- gh-pages
26
17
27
18
script :
28
19
- ./build.sh Test quick
20
+
21
+ global :
22
+ - DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
23
+ - DOTNET_CLI_TELEMETRY_OPTOUT=1
Original file line number Diff line number Diff line change @@ -16,3 +16,7 @@ test: off
16
16
deploy : off
17
17
shallow_clone : true
18
18
clone_depth : 1
19
+
20
+ environment :
21
+ - DOTNET_CLI_TELEMETRY_OPTOUT : 1
22
+ - DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
You can’t perform that action at this time.
0 commit comments