Skip to content

Commit

Permalink
Disable CI build for tests as coverlet doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny authored Mar 30, 2020
1 parent b42e45e commit d24c4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ stages:
inputs:
command: test
projects: Refit.Tests/Refit.Tests.csproj
arguments: -c $(BuildConfiguration) --settings $(System.DefaultWorkingDirectory)/CodeCoverage.runsettings --collect:"XPlat Code Coverage" -- RunConfiguration.DisableAppDomain=true
arguments: -c $(BuildConfiguration) --settings $(System.DefaultWorkingDirectory)/CodeCoverage.runsettings --collect:"XPlat Code Coverage" /p:ContinuousIntegrationBuild=false -- RunConfiguration.DisableAppDomain=true
displayName: Run Tests

- task: DotNetCoreCLI@2
Expand Down

0 comments on commit d24c4bb

Please sign in to comment.