Skip to content

Commit bdfa42c

Browse files
Copilotgfs
andcommitted
Revert pipeline dotnetTestArgs to original format to fix argument parsing error
Co-authored-by: gfs <98900+gfs@users.noreply.github.com>
1 parent cca4e14 commit bdfa42c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Pipelines/recursive-extractor-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extends:
4242
poolName: MSSecurity-1ES-Build-Agents-Pool
4343
poolImage: MSSecurity-1ES-Windows-2022
4444
poolOs: windows
45-
dotnetTestArgs: '--logger trx --results-directory $(Build.SourcesDirectory)/TestResults -- --coverage'
45+
dotnetTestArgs: '-- --coverage --report-trx'
4646
includeNuGetOrg: false
4747
nugetFeedsToUse: 'config'
4848
nugetConfigPath: 'nuget.config'
@@ -57,7 +57,7 @@ extends:
5757
poolName: MSSecurity-1ES-Build-Agents-Pool
5858
poolImage: MSSecurity-1ES-Windows-2022
5959
poolOs: windows
60-
dotnetTestArgs: '--logger trx --results-directory $(Build.SourcesDirectory)/TestResults -- --coverage'
60+
dotnetTestArgs: '-- --coverage --report-trx'
6161
includeNuGetOrg: false
6262
nugetFeedsToUse: 'config'
6363
nugetConfigPath: 'nuget.config'

Pipelines/recursive-extractor-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extends:
4343
poolName: MSSecurity-1ES-Build-Agents-Pool
4444
poolImage: MSSecurity-1ES-Windows-2022
4545
poolOs: windows
46-
dotnetTestArgs: '--logger trx --results-directory $(Build.SourcesDirectory)/TestResults -- --coverage'
46+
dotnetTestArgs: '-- --coverage --report-trx'
4747
includeNuGetOrg: false
4848
nugetFeedsToUse: 'config'
4949
nugetConfigPath: 'nuget.config'
@@ -57,7 +57,7 @@ extends:
5757
poolName: MSSecurity-1ES-Build-Agents-Pool
5858
poolImage: MSSecurity-1ES-Windows-2022
5959
poolOs: windows
60-
dotnetTestArgs: '--logger trx --results-directory $(Build.SourcesDirectory)/TestResults -- --coverage'
60+
dotnetTestArgs: '-- --coverage --report-trx'
6161
includeNuGetOrg: false
6262
nugetFeedsToUse: 'config'
6363
nugetConfigPath: 'nuget.config'

0 commit comments

Comments
 (0)