Commit 12632529 authored by Savorboard's avatar Savorboard

modify ci config.

parent bc2db684
...@@ -6,13 +6,13 @@ matrix: ...@@ -6,13 +6,13 @@ matrix:
include: include:
- os: linux - os: linux
dist: trusty # Ubuntu 14.04 dist: trusty # Ubuntu 14.04
dotnet: 1.0.1 dotnet: 2.0.0
mono: none mono: none
env: DOTNETCORE=1 env: DOTNETCORE=1
sudo: required sudo: required
- os: osx - os: osx
osx_image: xcode7.3 # macOS 10.11 osx_image: xcode8.3 # macOS 10.12
dotnet: 1.0.1 dotnet: 2.0.0
mono: none mono: none
env: DOTNETCORE=1 env: DOTNETCORE=1
......
dotnet --info dotnet --info
dotnet restore dotnet restore
dotnet test test/DotNetCore.CAP.Test/DotNetCore.CAP.Test.csproj -f netcoreapp1.1 dotnet test test/DotNetCore.CAP.Test/DotNetCore.CAP.Test.csproj -f netcoreapp2.0
\ No newline at end of file \ No newline at end of file
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<VersionMajor>1</VersionMajor> <VersionMajor>2</VersionMajor>
<VersionMinor>2</VersionMinor> <VersionMinor>0</VersionMinor>
<VersionPatch>0</VersionPatch> <VersionPatch>0</VersionPatch>
<VersionQuality></VersionQuality> <VersionQuality></VersionQuality>
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix> <VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment