File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 43
43
<Import Project =" $(RepoRoot)src\Components\WebAssembly\Sdk\src\build\net5.0\Microsoft.NET.Sdk.BlazorWebAssembly.props" />
44
44
</ImportGroup >
45
45
46
+ <PropertyGroup Condition =" '$(UsingMicrosoftNETSdkBlazorWebAssembly)' == 'true'" >
47
+ <BlazorWebAssemblySdkDirectoryRoot >$(ArtifactsBinDir)\Microsoft.NET.Sdk.BlazorWebAssembly\$(Configuration)\sdk-output\</BlazorWebAssemblySdkDirectoryRoot >
48
+ </PropertyGroup >
49
+
46
50
<ItemGroup Condition =" '$(IsTestProject)' != 'true' AND '$(DotNetBuildFromSource)' != 'true' " >
47
51
<Reference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" PrivateAssets =" All" />
48
52
</ItemGroup >
Original file line number Diff line number Diff line change 141
141
142
142
<GenerateFileFromTemplate
143
143
TemplateFile =" $(MSBuildThisFileDirectory)Infrastructure\Directory.Build.props.in"
144
- Properties =" "
144
+ Properties =" RepoRoot=$(RepoRoot) "
145
145
OutputPath =" $(TestTemplateCreationFolder)Directory.Build.props" />
146
146
147
147
<!-- Workaround https://github.com/dotnet/core-setup/issues/6420 - there is no MSBuild setting for rollforward yet -->
Original file line number Diff line number Diff line change 155
155
156
156
<GenerateFileFromTemplate
157
157
TemplateFile =" $(MSBuildThisFileDirectory)Infrastructure\Directory.Build.props.in"
158
- Properties =" "
158
+ Properties =" RepoRoot=$(RepoRoot) "
159
159
OutputPath =" $(TestTemplateCreationFolder)Directory.Build.props" />
160
160
161
161
<!-- Workaround https://github.com/dotnet/core-setup/issues/6420 - there is no MSBuild setting for rollforward yet -->
You can’t perform that action at this time.
0 commit comments