File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 5555 /p:IncludeSrc=false /p:IncludeSamples=false /p:IncludePerf=false /p:IncludeStress=false
5656 /p:RunApiCompat=false /p:InheritDocEnabled=false
5757 /p:Configuration=$(BuildConfiguration) $(ConvertToProjectReferenceOption)
58- /p:CollectCoverage=$(CollectCoverage) /p:CodeCoverageDirectory=${{ parameters.ServiceDirectory }}
58+ /p:CollectCoverage=$(CollectCoverage) /p:CodeCoverageDirectory=$(Build.SourcesDirectory)\sdk\${{ parameters.ServiceDirectory}}
5959 displayName: "Build & Test ($(TestTargetFramework))"
6060 - task : PublishTestResults@2
6161 condition : always()
Original file line number Diff line number Diff line change 1010 <IncludeStress Condition =" '$(IncludeStress)' == ''" >true</IncludeStress >
1111 <IncludeSamplesApplications Condition =" '$(IncludeSamplesApplications)' == ''" >true</IncludeSamplesApplications >
1212 <IncludeSamplesApplications Condition =" '$(ServiceDirectory)' != '*' or '$(IncludeSamples)' == 'false'" >false</IncludeSamplesApplications >
13- <TraversalGlobalProperties >
14- CodeCoverageDirectory=$([System.IO.Path]::GetFullPath("$(CodeCoverageDirectory)", "$(MSBuildThisFileDirectory)..\sdk"));
15- </TraversalGlobalProperties >
1613 </PropertyGroup >
1714
1815 <ItemGroup >
You can’t perform that action at this time.
0 commit comments