Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Svensson committed Oct 31, 2023
1 parent 57b371a commit 893cd19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ steps:
runOnlyImpactedTests: false
# Needed to hardcode path to test adapters for NET48 tests
pathtoCustomTestAdapters: '$(Build.SourcesDirectory)\src\OpenRiaServices.Server.UnitTesting\Test\bin\$(BuildConfiguration)\net6.0\'
runInParallel: true
runSettingsFile: 'src\test.runsettings'
# pathtoCustomTestAdapters: '$(Build.SourcesDirectory)\src\OpenRiaServices.Server.UnitTesting\Test\bin\$(BuildConfiguration)\net6.0\'
runInParallel: false
# runSettingsFile: 'src\test.runsettings'
codeCoverageEnabled: true
platform: '$(BuildPlatform)'
configuration: '$(BuildConfiguration)'
Expand Down

0 comments on commit 893cd19

Please sign in to comment.