File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed
coverlet.core.performancetest Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project >
33 <PropertyGroup >
4+ <RepoRoot >$(MSBuildThisFileDirectory)</RepoRoot >
45 <PackageOutputPath >$(MSBuildThisFileDirectory)build\$(Configuration)\</PackageOutputPath >
56 </PropertyGroup >
67
Original file line number Diff line number Diff line change 44 <When Condition =" '$(ThresholdType)' != '' " >
55 <ItemGroup >
66 <!-- Arrange for the project that builds the build tools has built first. -->
7- <ProjectReference Include =" $(MSBuildThisFileDirectory)\..\ src\coverlet.msbuild.tasks\coverlet.msbuild.tasks.csproj" >
7+ <ProjectReference Include =" $(RepoRoot) src\coverlet.msbuild.tasks\coverlet.msbuild.tasks.csproj" >
88 <ReferenceOutputAssembly >false</ReferenceOutputAssembly >
99 </ProjectReference >
1010 </ItemGroup >
1313 This is required when the coverlet.msbuild imports are made in their src directory
1414 (so that msbuild eval works even before they are built)
1515 so that they can still find the tooling that will be built by the build. -->
16- <CoverletToolsPath >$(MSBuildThisFileDirectory)..\ src\coverlet.msbuild.tasks\bin\$(Configuration)\netstandard2.0\</CoverletToolsPath >
16+ <CoverletToolsPath >$(RepoRoot) src\coverlet.msbuild.tasks\bin\$(Configuration)\netstandard2.0\</CoverletToolsPath >
1717 </PropertyGroup >
1818 </When >
1919 </Choose >
Original file line number Diff line number Diff line change 1818 </ItemGroup >
1919
2020 <ItemGroup >
21- <ProjectReference Include =" ..\..\ src\coverlet.core\coverlet.core.csproj" />
22- <ProjectReference Include =" ..\..\ src\coverlet.collector\coverlet.collector.csproj" />
21+ <ProjectReference Include =" $(RepoRoot) src\coverlet.core\coverlet.core.csproj" />
22+ <ProjectReference Include =" $(RepoRoot) src\coverlet.collector\coverlet.collector.csproj" />
2323 </ItemGroup >
2424
2525</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2- <Import Project =" ..\..\ src\coverlet.msbuild.tasks\coverlet.msbuild.props" />
2+ <Import Project =" $(RepoRoot) src\coverlet.msbuild.tasks\coverlet.msbuild.props" />
33
44 <PropertyGroup >
55 <TargetFramework >netcoreapp2.0</TargetFramework >
1515 <ProjectReference Include =" ..\coverlet.testsubject\coverlet.testsubject.csproj" />
1616 </ItemGroup >
1717
18- <Import Project =" ..\..\ src\coverlet.msbuild.tasks\coverlet.msbuild.targets" />
18+ <Import Project =" $(RepoRoot) src\coverlet.msbuild.tasks\coverlet.msbuild.targets" />
1919</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2- <Import Project =" ..\..\ src\coverlet.msbuild.tasks\coverlet.msbuild.props" />
2+ <Import Project =" $(RepoRoot) src\coverlet.msbuild.tasks\coverlet.msbuild.props" />
33
44 <PropertyGroup >
55 <TargetFramework >netcoreapp2.0</TargetFramework >
1616 </ItemGroup >
1717
1818 <ItemGroup >
19- <ProjectReference Include =" ..\..\ src\coverlet.core\coverlet.core.csproj" />
19+ <ProjectReference Include =" $(RepoRoot) src\coverlet.core\coverlet.core.csproj" />
2020 </ItemGroup >
2121
22- <Import Project =" ..\..\ src\coverlet.msbuild.tasks\coverlet.msbuild.targets" />
22+ <Import Project =" $(RepoRoot) src\coverlet.msbuild.tasks\coverlet.msbuild.targets" />
2323</Project >
You can’t perform that action at this time.
0 commit comments