mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-08-07 13:02:27 +08:00
Upgrade Projects (#900)
* Upgrade Projects * Push to trigger builds * Tried Thread Sleep before deleting file * FileDeleteTryCatch * Updated from AspnetCore All to App * Travis version Upgrade (.net core 2.2) * dotnet 2.2.105
This commit is contained in:
@ -5,7 +5,7 @@ os:
|
||||
|
||||
# Ubuntu 14.04
|
||||
sudo: required
|
||||
dist: trusty
|
||||
dist: bionic
|
||||
|
||||
# OS X 10.12
|
||||
osx_image: xcode9.2
|
||||
@ -13,7 +13,7 @@ osx_image: xcode9.2
|
||||
mono:
|
||||
- 5.10.0
|
||||
|
||||
dotnet: 2.1.500
|
||||
dotnet: 2.2.105
|
||||
|
||||
before_install:
|
||||
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
|
||||
|
Reference in New Issue
Block a user