We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 379a0ff + a949a7a commit c9774b3Copy full SHA for c9774b3
.travis.yml
@@ -2,10 +2,10 @@ language: csharp
2
mono: none
3
sudo: required
4
dist: xenial
5
-dotnet: 2.2
+dotnet: 3.1
6
script:
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
+ - DOTNET_CLI_TELEMETRY_OPTOUT=1
0 commit comments