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 3
3
4
4
<PropertyGroup >
5
5
<RepoRoot Condition =" '$(RepoRoot)' ==''" >$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), global.json))\</RepoRoot >
6
- <ComponentsRoot >$(RepoRoot)src\Components\</ComponentsRoot >
6
+ <ComponentsRoot >$(RepoRoot)\ src\Components\</ComponentsRoot >
7
7
<BlazorBuildRoot >$(ComponentsRoot)Blazor\Build\src\</BlazorBuildRoot >
8
8
<ReferenceBlazorBuildFromSourceProps >$(BlazorBuildRoot)ReferenceBlazorBuildFromSource.props</ReferenceBlazorBuildFromSourceProps >
9
9
16
16
17
17
<Import Project =" $(RepoRoot)eng\Versions.props" Condition =" '$(HELIX_WORKITEM_ROOT)' == ''" />
18
18
<Import Project =" $(MSBuildThisFileDirectory)Versions.props" Condition =" Exists('$(MSBuildThisFileDirectory)Versions.props')" />
19
-
19
+
20
20
<ItemGroup >
21
21
<!-- Use the sample compiler \ SDK that the rest of our build uses-->
22
22
<PackageReference Include =" Microsoft.Net.Compilers.Toolset"
You can’t perform that action at this time.
0 commit comments