Add RID argument to llvm-project repo.proj. (#14534)
This commit is contained in:
parent
1683c1b2ec
commit
ed261f1c1a
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
|||
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
|
||||
|
||||
<PropertyGroup>
|
||||
<BuildCommand>$(ProjectDirectory)build$(ShellExtension) $(StandardSourceBuildArgs)</BuildCommand>
|
||||
<BuildCommandArgs/>
|
||||
<!-- llvm-project always builds x64 unless told otherwisse -->
|
||||
<BuildCommandArgs>$(BuildCommandArgs) /p:OutputRid=$(PortableRid)</BuildCommandArgs>
|
||||
<BuildCommand>$(ProjectDirectory)build$(ShellExtension) $(StandardSourceBuildArgs) $(BuildCommandArgs)</BuildCommand>
|
||||
|
||||
<GlobalJsonFile>$(ProjectDirectory)global.json</GlobalJsonFile>
|
||||
<NuGetConfigFile>$(ProjectDirectory)NuGet.config</NuGetConfigFile>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue