We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a730e9 commit 9851312Copy full SHA for 9851312
src/Uno.UI.RemoteControl/buildTransitive/Uno.UI.RemoteControl.targets
@@ -26,7 +26,9 @@
26
<Message Text="<IsRCClientRemote>$(_IsRCClientRemote)</IsRCClientRemote>" Importance="High" />
27
</Target>
28
29
- <Target Name="InjectRemoteControlHost" BeforeTargets="BeforeBuild" Condition="exists('$(IntermediateOutputPath)\RemoteControlHost.config')">
+ <Target Name="InjectRemoteControlHost"
30
+ BeforeTargets="BeforeBuild"
31
+ Condition="exists('$(IntermediateOutputPath)\RemoteControlHost.config') and '$(IsRunningInsideVisualStudio)'!='true'">
32
33
<ItemGroup>
34
<WasmShellMonoEnvironment Include="DOTNET_MODIFIABLE_ASSEMBLIES" Value="debug" />
0 commit comments