We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da464e1 commit ffd6f91Copy full SHA for ffd6f91
.travis.yml
@@ -18,8 +18,8 @@ jobs:
18
name: ".NET Core 3 (Mac: OS X)"
19
20
script:
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*]*"
+ - dotnet build ./src/$PROJECT_NAME/$PROJECT_NAME.csproj -c Release
+ - dotnet test ./test/$PROJECT_NAME.Test/$PROJECT_NAME.Test.csproj -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[xunit*]*"
23
24
after_script:
25
- bash <(curl -s https://codecov.io/bash)
0 commit comments