File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,26 +3,21 @@ language: csharp
33env :
44 - HOME=/home/travis APPDATA=/home/travis LocalAppData=/home/travis
55
6- sudo : required # false
7- dist : trusty
6+ sudo : required
7+ dist : xenial
88dotnet : 2.2.103
99mono :
10- - latest
10+ - latest
1111os :
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
2213
2314branches :
2415 except :
2516 - gh-pages
2617
2718script :
2819 - ./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
1616deploy : off
1717shallow_clone : true
1818clone_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