File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Components/Blazor/Build/testassets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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"
You can’t perform that action at this time.
0 commit comments