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.
1 parent 1ac2630 commit c37237cCopy full SHA for c37237c
.travis.yml
@@ -1,6 +1,11 @@
1
language: csharp
2
mono: none
3
+sudo: required
4
+dist: xenial
5
dotnet: 2.2
6
script:
- - dotnet restore
- - dotnet build AspNetCoreSerilogExample.sln -c Release
7
+ - dotnet restore
8
+ - dotnet build AspNetCoreSerilogExample.sln -c Release
9
+global:
10
+ - DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
11
+ - DOTNET_CLI_TELEMETRY_OPTOUT=1
0 commit comments