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 d20fef0 commit cd29ca4Copy full SHA for cd29ca4
repos/core-sdk.proj
@@ -3,7 +3,7 @@
3
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))/dir.props" />
4
5
<PropertyGroup>
6
- <BuildCommandArgs Condition="'$(TargetOS)' == 'Linux' or '$(TargetOS)' == 'OSX'">--runtime-id $(TargetRid)</BuildCommandArgs>
+ <BuildCommandArgs Condition="'$(TargetOS)' == 'Linux'">--runtime-id $(TargetRid)</BuildCommandArgs>
7
<BuildCommandArgs>$(BuildCommandArgs) -c $(Configuration)</BuildCommandArgs>
8
<BuildCommandArgs>$(BuildCommandArgs) --stage0 $(DotNetCliToolDir)</BuildCommandArgs>
9
0 commit comments