1
0
Fork 0
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:
Paulo Janotti 2018-06-21 19:07:45 -07:00 committed by Stephen Toub
parent 938e29256d
commit ae7757c483

View file

@ -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}"