Pass TargetRid to Razor's build for the VMR (#18843)
This commit is contained in:
parent
5fd7304cd2
commit
aa0c912499
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue