File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 depth : 10
55group : travis_latest
66sudo : required
7- dotnet : 2.2
7+ dotnet : 3.1
88solution : MyTested.AspNetCore.Mvc.sln
99env :
1010 global :
1111 - DOTNET_CLI_TELEMETRY_OPTOUT : 1
1212 - DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
13- - NET_CORE_VERSION : netcoreapp2.2
13+ - NET_CORE_VERSION : netcoreapp3.1
1414matrix :
1515 fast_finish : true
1616 include :
1717 - os : linux
1818 dist : xenial
1919 - os : osx
20- dotnet : 2.2.300
21- osx_image : xcode10 .2
20+ dotnet : 3.1.100
21+ osx_image : xcode11 .2
2222branches :
2323 only :
2424 - master
@@ -31,10 +31,10 @@ script:
3131 - dotnet test "samples/Autofac/Autofac.AssemblyInit.Test/Autofac.AssemblyInit.Test.csproj" --configuration Release --framework "$NET_CORE_VERSION"
3232 - dotnet test "samples/Autofac/Autofac.NoContainerBuilder.Test/Autofac.NoContainerBuilder.Test.csproj" --configuration Release --framework "$NET_CORE_VERSION"
3333 - 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"
3534 - dotnet test "samples/Configuration/Test.DifferentEnvironment/Test.DifferentEnvironment.csproj" --configuration Release --framework "$NET_CORE_VERSION"
3635 - dotnet test "samples/Configuration/Test.ExplicitNoStartupType/Test.ExplicitNoStartupType.csproj" --configuration Release --framework "$NET_CORE_VERSION"
3736 - 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"
3838 - dotnet test "samples/Configuration/Test.NoAsync/Test.NoAsync.csproj" --configuration Release --framework "$NET_CORE_VERSION"
3939 - dotnet test "samples/Configuration/Test.NoStartupType/Test.NoStartupType.csproj" --configuration Release --framework "$NET_CORE_VERSION"
4040 - 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