Pass TargetRid to Razor's build for the VMR (#18843)

This commit is contained in:
Jeremy Koritzinsky 2024-03-05 15:46:03 -08:00 committed by GitHub
parent 5fd7304cd2
commit aa0c912499
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,8 @@
<!-- The toolset compiler doesn't get killed with 'build-server shutdown'.
Instead of disabling shared compilation, disable the toolset compiler package. -->
<BuildArgs>$(BuildArgs) /p:UsingToolMicrosoftNetCompilers=false</BuildArgs>
<!-- Pass down the target RID so we can create the correct apphost for the language servers. -->
<BuildArgs>$(BuildArgs) /p:TargetRid=$(TargetRid)</BuildArgs>
</PropertyGroup>
<ItemGroup>