Skip to content

Commit

Permalink
Disable ContinusousIntegrationBuild for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny authored Mar 30, 2020
1 parent 3f82ee7 commit 57227aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.ix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ stages:
inputs:
command: test
projects: Ix.NET/Source/**/*.Tests.csproj
arguments: -c $(BuildConfiguration) --settings Ix.NET/Source/CodeCoverage.runsettings --collect:"XPlat Code Coverage" -- RunConfiguration.DisableAppDomain=true
arguments: -c $(BuildConfiguration) --settings Ix.NET/Source/CodeCoverage.runsettings --collect:"XPlat Code Coverage" /p:ContinusousIntegrationBuild=false -- RunConfiguration.DisableAppDomain=true
displayName: Run Tests

- script: reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/Ix.NET/Source/coverlet/reports -reporttypes:"Cobertura"
Expand Down

0 comments on commit 57227aa

Please sign in to comment.