File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
eng/common/core-templates/steps
src/Microsoft.DotNet.Build.Tasks.Installers/build Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7878
7979 portableBuildArgs=
8080 if [ '${{ parameters.platform.portableBuild }}' != '' ]; then
81- portableBuildArgs='/p:PortabelBuild =${{ parameters.platform.portableBuild }}'
81+ portableBuildArgs='/p:PortableBuild =${{ parameters.platform.portableBuild }}'
8282 fi
8383
8484 ${{ coalesce(parameters.platform.buildScript, './build.sh') }} --ci \
Original file line number Diff line number Diff line change 122122 <InstallerRuntimeIdentifiers Condition =" '$(InstallerRuntimeIdentifiers)' == ''" >$(RuntimeIdentifiers)</InstallerRuntimeIdentifiers >
123123 <InstallerRuntimeIdentifier Condition =" '$(InstallerRuntimeIdentifier)' == ''" >$(RuntimeIdentifier)</InstallerRuntimeIdentifier >
124124 <!-- 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 >
126126 </PropertyGroup >
127127
128128 <Import Project =" $(MSBuildThisFileDirectory)installer.singlerid.targets"
You can’t perform that action at this time.
0 commit comments