File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed
Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -13,22 +13,13 @@ jobs:
1313 - os : linux
1414 dist : xenial
1515 sudo : required
16- env :
17- - FRAMEWORK="netstandard2.0"
18- - FRAMEWORK_TEST="netcoreapp2.2"
19- name : " .NET Core 2 (Linux: Ubuntu Xenial)"
20- - os : linux
21- dist : xenial
22- sudo : required
23- env :
24- - FRAMEWORK="netstandard2.1"
25- - FRAMEWORK_TEST="netcoreapp3.0"
2616 name : " .NET Core 3 (Linux: Ubuntu Xenial)"
17+ - os : osx
18+ name : " .NET Core 3 (Mac: OS X)"
2719
28-
2920script :
30- - dotnet build ./src/$PROJECT_NAME/$PROJECT_NAME.csproj -c Release -f $FRAMEWORK
31- - dotnet test ./test/$PROJECT_NAME.Test/$PROJECT_NAME.Test.csproj -c Release -f $FRAMEWORK_TEST /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[xunit*]*"
21+ - dotnet build ./src/$PROJECT_NAME/$PROJECT_NAME.csproj -c Release -f netstandard2.1
22+ - dotnet test ./test/$PROJECT_NAME.Test/$PROJECT_NAME.Test.csproj -c Release -f netcoreapp3.0 /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[xunit*]*"
3223
3324after_script :
3425 - bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments