File tree 1 file changed +2
-2
lines changed
src/Platform/Microsoft.Testing.Platform.MSBuild/buildMultiTargeting
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 195
195
<_SelfRegisteredExtensionsSourcePath >$([System.IO.Path]::Combine($(IntermediateOutputPath),$(_SelfRegisteredExtensionsSourceName)))</_SelfRegisteredExtensionsSourcePath >
196
196
<_SelfRegisteredExtensionsSourcePath >$([MSBuild]::NormalizePath($(MSBuildProjectDirectory), $(_SelfRegisteredExtensionsSourcePath)))</_SelfRegisteredExtensionsSourcePath >
197
197
</PropertyGroup >
198
- <Target Name =" _GenerateSelfRegisteredExtensions" BeforeTargets =" _IncludeGenerateSelfRegisteredExtensionsIntoCompilation ;_GenerateTestingPlatformEntryPoint"
198
+ <Target Name =" _GenerateSelfRegisteredExtensions" BeforeTargets =" _IncludeGenerateAutoRegisteredExtensionsIntoCompilation ;_GenerateTestingPlatformEntryPoint"
199
199
Inputs =" @(GenerateSelfRegisteredExtensionsInputsCacheFilePath)" Outputs =" $(_SelfRegisteredExtensionsSourcePath)"
200
200
Condition =" '$(GenerateSelfRegisteredExtensions)' == 'True' " >
201
201
<TestingPlatformSelfRegisteredExtensions SelfRegisteredExtensionsSourcePath =" $(_SelfRegisteredExtensionsSourcePath)"
211
211
212
212
<!-- We always include the entry point also if the task _GenerateSelfRegisteredExtensions is skipped for caching reason -->
213
213
<!-- !!! DO NOT CHANGE THE NAME OF THIS TARGET IS USED BY ADAPTERS https://github.com/microsoft/testfx/issues/3478#issuecomment-2313889212 !!! -->
214
- <Target Name =" _IncludeGenerateSelfRegisteredExtensionsIntoCompilation " BeforeTargets =" _IncludeGenerateTestingPlatformEntryPointIntoCompilation;BeforeCompile;XamlPreCompile" Condition =" '$(GenerateSelfRegisteredExtensions)' == 'True' " >
214
+ <Target Name =" _IncludeGenerateAutoRegisteredExtensionsIntoCompilation " BeforeTargets =" _IncludeGenerateTestingPlatformEntryPointIntoCompilation;BeforeCompile;XamlPreCompile" Condition =" '$(GenerateSelfRegisteredExtensions)' == 'True' " >
215
215
<ItemGroup >
216
216
<Compile Include =" $(_SelfRegisteredExtensionsSourcePath)" />
217
217
</ItemGroup >
You can’t perform that action at this time.
0 commit comments