This commit is contained in:
JustArchi
2018-07-12 10:42:59 +02:00
parent 1562cb38e1
commit f70a0215d2
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ branches:
group: travis_latest
# ASF is based on .NET Core platform
dotnet: 2.1.301
dotnet: 2.1.302
mono: none
env:

View File

@@ -14,8 +14,8 @@ clone_depth: 10
environment:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
NET_CORE_VERSION: netcoreapp2.1
NET_CORE_FALLBACK_VERSION: netcoreapp2.0
NET_CORE_VERSION: netcoreapp2.1
NET_FRAMEWORK_VERSION: net472
VARIANTS: generic generic-netf linux-arm linux-x64 osx-x64 win-x64 # NOTE: When modifying variants, don't forget to update ASF_VARIANT definitions in SharedInfo.cs!
matrix: