File tree 2 files changed +2
-2
lines changed
eng/common/core-templates/steps
src/Microsoft.DotNet.Build.Tasks.Installers/build 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 78
78
79
79
portableBuildArgs=
80
80
if [ '${{ parameters.platform.portableBuild }}' != '' ]; then
81
- portableBuildArgs='/p:PortabelBuild =${{ parameters.platform.portableBuild }}'
81
+ portableBuildArgs='/p:PortableBuild =${{ parameters.platform.portableBuild }}'
82
82
fi
83
83
84
84
${{ coalesce(parameters.platform.buildScript, './build.sh') }} --ci \
Original file line number Diff line number Diff line change 122
122
<InstallerRuntimeIdentifiers Condition =" '$(InstallerRuntimeIdentifiers)' == ''" >$(RuntimeIdentifiers)</InstallerRuntimeIdentifiers >
123
123
<InstallerRuntimeIdentifier Condition =" '$(InstallerRuntimeIdentifier)' == ''" >$(RuntimeIdentifier)</InstallerRuntimeIdentifier >
124
124
<!-- When building a non-portable build, BaseOS specifies a known (portable) RID that is a parent of the curent runtime identifier. -->
125
- <InstallerRuntimeIdentifier Condition =" '$(PortableBuild)' != 'true ' and '$(BaseOS)' != '$(RuntimeIdentifier)'" >$(BaseOS)</InstallerRuntimeIdentifier >
125
+ <InstallerRuntimeIdentifier Condition =" '$(PortableBuild)' == 'false ' and '$(BaseOS)' != '$(RuntimeIdentifier)'" >$(BaseOS)</InstallerRuntimeIdentifier >
126
126
</PropertyGroup >
127
127
128
128
<Import Project =" $(MSBuildThisFileDirectory)installer.singlerid.targets"
You can’t perform that action at this time.
0 commit comments