Skip to content

Commit cf1fd3d

Browse files
committed
Rework file resolution path
1 parent 82ca420 commit cf1fd3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/Blazor/Build/testassets/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<PropertyGroup>
55
<RepoRoot Condition="'$(RepoRoot)' ==''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), global.json))\</RepoRoot>
6-
<ComponentsRoot>$(RepoRoot)src\Components\</ComponentsRoot>
6+
<ComponentsRoot>$(RepoRoot)\src\Components\</ComponentsRoot>
77
<BlazorBuildRoot>$(ComponentsRoot)Blazor\Build\src\</BlazorBuildRoot>
88
<ReferenceBlazorBuildFromSourceProps>$(BlazorBuildRoot)ReferenceBlazorBuildFromSource.props</ReferenceBlazorBuildFromSourceProps>
99

@@ -16,7 +16,7 @@
1616

1717
<Import Project="$(RepoRoot)eng\Versions.props" Condition="'$(HELIX_WORKITEM_ROOT)' == ''" />
1818
<Import Project="$(MSBuildThisFileDirectory)Versions.props" Condition="Exists('$(MSBuildThisFileDirectory)Versions.props')" />
19-
19+
2020
<ItemGroup>
2121
<!-- Use the sample compiler \ SDK that the rest of our build uses-->
2222
<PackageReference Include="Microsoft.Net.Compilers.Toolset"

0 commit comments

Comments
 (0)