Skip to content

Commit dd39a82

Browse files
committed
fix(rc): Adjust server processors path
1 parent 56aee27 commit dd39a82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Uno.UI.RemoteControl/buildTransitive/Uno.UI.RemoteControl.targets

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

44
<ItemGroup>
5-
<UnoRuntimeEnabledPackage Include="Uno.UI.RemoteControl" PackageBasePath="$(MSBuildThisFileDirectory)" Condition="'$(MSBuildThisFile)'=='uno.ui.remotecontrol.targets'" />
6-
<UnoRuntimeEnabledPackage Include="Uno.WinUI.RemoteControl" PackageBasePath="$(MSBuildThisFileDirectory)" Condition="'$(MSBuildThisFile)'=='uno.winui.remotecontrol.targets'" />
5+
<UnoRuntimeEnabledPackage Include="Uno.UI.RemoteControl" PackageBasePath="$(MSBuildThisFileDirectory)" Condition="'$(MSBuildThisFile)'=='uno.ui.remotecontrol.targets'" />
6+
<UnoRuntimeEnabledPackage Include="Uno.WinUI.RemoteControl" PackageBasePath="$(MSBuildThisFileDirectory)" Condition="'$(MSBuildThisFile)'=='uno.winui.remotecontrol.targets'" />
77
</ItemGroup>
88

99
<PropertyGroup>
10-
<!-- Keep the inner path with '/' separator -->
11-
<UnoRemoteControlProcessorsPath Condition="'$(SolutionFileName)'!='Uno.UI.sln'">$(SourceGeneratorBasePath)/rc/processors</UnoRemoteControlProcessorsPath>
10+
<!-- Keep the inner path with '/' separator -->
11+
<UnoRemoteControlProcessorsPath Condition="'$(SolutionFileName)'!='Uno.UI.sln'">$(MSBuildThisFileDirectory)../tools/rc/processors</UnoRemoteControlProcessorsPath>
1212
</PropertyGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)