File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments