build 2.2.0, don't build tags, update sdk used in Travis

This commit is contained in:
Tim Hess 2018-10-12 11:49:55 -05:00
Родитель 9fcc6b0781
Коммит d7a3595312
2 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -1,14 +1,14 @@
version: '2.1.1-{branch}-{build}'
version: '2.2.0-{branch}-{build}'
init:
- git config --global core.autocrlf true
image: Visual Studio 2017
skip_tags: true
branches:
only:
- master
- dev
- /^update[0-9]{2}x/
install:
- ps: dotnet --info
- git clone https://github.com/SteeltoeOSS/steeltoe-ci.git -v
- ps: steeltoe-ci\scripts\appveyor_install.ps1
test_script:

Просмотреть файл

@ -2,12 +2,12 @@ language: csharp
dist: trusty
env:
TestFrameworkVersion: netcoreapp2.1
STEELTOE_VERSION: 2.1.1
STEELTOE_VERSION: 2.2.0
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
mono: none
dotnet: 2.1.300
dotnet: 2.1.403
os:
- linux
- osx