Skip to content

Commit

Permalink
Update ci-run-integration-tests.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Aug 7, 2024
1 parent 63758a6 commit 49e626f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines/ci-run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
vsTestVersion: toolsInstaller
runSettingsFile: '$(RootLocalPath)/$(TestsPathName)/DTLServer.runsettings'
overrideTestrunParameters: '$(Tests.OverrideTestrunParameters)'
codeCoverageEnabled: $(Tests.CodeCoverageEnabled)
otherConsoleOptions: '/Platform:x64'
codeCoverageEnabled: false
testRunTitle: '$(Tests.ProjectName)-Tests-SP$(sharePointVersion)'
platform: '$(BuildPlatform)'
configuration: $(Tests.BuildConfiguration)
platform: 'x64'
configuration: 'release'
testSelector: 'testAssemblies'
testAssemblyVer2: |
**\$(Tests.ProjectName)*test*.dll

0 comments on commit 49e626f

Please sign in to comment.