We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818270c commit 550eaa0Copy full SHA for 550eaa0
src/index/index.proj
@@ -116,7 +116,7 @@
116
<SourceIndexCmd>$(SourceIndexCmd) /in:"$(OutDir)index.list"</SourceIndexCmd>
117
<SourceIndexCmd>$(SourceIndexCmd)@(ClonedRepository -> ' /serverPath:"%(LocalPath)=%(ServerPath)"', '')</SourceIndexCmd>
118
<SourceIndexCmd>$(SourceIndexCmd) /p:RunApiCompat=false</SourceIndexCmd>
119
- <SourceIndexCmd>$(SourceIndexCmd) /p:BuildOS=Linux</SourceIndexCmd>
+ <SourceIndexCmd>$(SourceIndexCmd) /p:TargetOS=Linux</SourceIndexCmd>
120
<SourceIndexCmd>$(SourceIndexCmd) /p:OSGroup=Linux</SourceIndexCmd>
121
<SourceIndexCmd>$(SourceIndexCmd) /p:LargeAddressAware=false</SourceIndexCmd>
122
</PropertyGroup>
0 commit comments