File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
depth : 10
5
5
group : travis_latest
6
6
sudo : required
7
- dotnet : 2.2
7
+ dotnet : 3.1
8
8
solution : MyTested.AspNetCore.Mvc.sln
9
9
env :
10
10
global :
11
11
- DOTNET_CLI_TELEMETRY_OPTOUT : 1
12
12
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
13
- - NET_CORE_VERSION : netcoreapp2.2
13
+ - NET_CORE_VERSION : netcoreapp3.1
14
14
matrix :
15
15
fast_finish : true
16
16
include :
17
17
- os : linux
18
18
dist : xenial
19
19
- os : osx
20
- dotnet : 2.2.300
21
- osx_image : xcode10 .2
20
+ dotnet : 3.1.100
21
+ osx_image : xcode11 .2
22
22
branches :
23
23
only :
24
24
- master
@@ -31,10 +31,10 @@ script:
31
31
- dotnet test "samples/Autofac/Autofac.AssemblyInit.Test/Autofac.AssemblyInit.Test.csproj" --configuration Release --framework "$NET_CORE_VERSION"
32
32
- dotnet test "samples/Autofac/Autofac.NoContainerBuilder.Test/Autofac.NoContainerBuilder.Test.csproj" --configuration Release --framework "$NET_CORE_VERSION"
33
33
- dotnet test "samples/Autofac/Autofac.Test/Autofac.Test.csproj" --configuration Release --framework "$NET_CORE_VERSION"
34
- - dotnet test "samples/Configuration/Test.Core.MissingAppPackage/Test.Core.MissingAppPackage.csproj" --configuration Release --framework "$NET_CORE_VERSION"
35
34
- dotnet test "samples/Configuration/Test.DifferentEnvironment/Test.DifferentEnvironment.csproj" --configuration Release --framework "$NET_CORE_VERSION"
36
35
- dotnet test "samples/Configuration/Test.ExplicitNoStartupType/Test.ExplicitNoStartupType.csproj" --configuration Release --framework "$NET_CORE_VERSION"
37
36
- dotnet test "samples/Configuration/Test.MissingStartupType/Test.MissingStartupType.csproj" --configuration Release --framework "$NET_CORE_VERSION"
37
+ - dotnet test "samples/Configuration/Test.MultipleEntryPoints/Test.MultipleEntryPoints.csproj" --configuration Release --framework "$NET_CORE_VERSION"
38
38
- dotnet test "samples/Configuration/Test.NoAsync/Test.NoAsync.csproj" --configuration Release --framework "$NET_CORE_VERSION"
39
39
- dotnet test "samples/Configuration/Test.NoStartupType/Test.NoStartupType.csproj" --configuration Release --framework "$NET_CORE_VERSION"
40
40
- dotnet test "samples/Configuration/Test.WrongStartupType/Test.WrongStartupType.csproj" --configuration Release --framework "$NET_CORE_VERSION"
You can’t perform that action at this time.
0 commit comments