We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90e883 commit 9914baeCopy full SHA for 9914bae
1 file changed
.travis.yml
@@ -28,7 +28,6 @@ jobs:
28
29
30
script:
31
- - dotnet restore
32
- dotnet build ./src/$PROJECT_NAME/$PROJECT_NAME.csproj -c Release -f $FRAMEWORK
33
- dotnet test ./test/$PROJECT_NAME.Test/$PROJECT_NAME.Test.csproj -c Release -f $FRAMEWORK_TEST /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[xunit*]*"
34
0 commit comments