We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b390197 + 2431202 commit bcdaa66Copy full SHA for bcdaa66
.travis.yml
@@ -1,5 +1,9 @@
1
language: csharp
2
dotnet: 2.0.0
3
+env:
4
+ global:
5
+ - DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
6
+ - DOTNET_CLI_TELEMETRY_OPTOUT=true
7
mono:
8
- latest
9
matrix:
appveyor.yml
@@ -24,6 +24,8 @@ artifacts:
24
25
test: off
26
environment:
27
+ DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
28
+ DOTNET_CLI_TELEMETRY_OPTOUT: true
29
IS_SECURE_BUILDENVIRONMENT:
30
secure: xU2zj54rFEPVqg/UuGU/DA==
31
GITHUB_REPO_TOKEN:
0 commit comments