mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 01:50:53 +09:00
Add CoreLib to CI coverage (dotnet/corefx#30585)
Commit migrated from 64c9111cc3
This commit is contained in:
parent
938e29256d
commit
ae7757c483
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def targetGroupOsMapInnerloop = ['netcoreapp': ['Windows_NT', 'Ubuntu14.04', 'Ub
|
|||
def isLocal = (localType == 'local')
|
||||
|
||||
def newJobName = 'code_coverage_windows'
|
||||
def batchCommand = 'call build.cmd && call build-tests.cmd -coverage -outerloop -- /p:IsCIBuild=true'
|
||||
def batchCommand = 'call build.cmd && call build-tests.cmd -coverage -outerloop -- /p:IsCIBuild=true /p:CodeCoverageAssemblies="System.Private.CoreLib"'
|
||||
if (isLocal) {
|
||||
newJobName = "${newJobName}_local"
|
||||
batchCommand = "${batchCommand}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue