File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
src/Installer/redist-installer/targets Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 35
35
<NetRuntimeRid Condition =" '$(NetRuntimeRid)' == ''" >$(HostRid)</NetRuntimeRid >
36
36
<NetRuntimeRid Condition =" ('$(OSName)' == 'win' or '$(OSName)' == 'osx' or '$(OSName)' == 'freebsd') and '$(DotNetBuildSourceOnly)' != 'true' " >$(OSName)-$(Architecture)</NetRuntimeRid >
37
37
<NetRuntimeRid Condition =" '$(DotNetBuild)' != 'true' and $(NetRuntimeRid.StartsWith('mariner.2.0'))" >$(HostRid.Replace('mariner.2.0', 'cm.2'))</NetRuntimeRid >
38
+ <NetRuntimeRid Condition =" '$(DotNetBuild)' != 'true' and $(NetRuntimeRid.StartsWith('azurelinux.3.0'))" >$(HostRid.Replace('azurelinux.3.0', 'azl.3'))</NetRuntimeRid >
38
39
39
40
<!-- only the runtime OSX .pkgs have a `-internal` suffix -->
40
41
<InstallerStartSuffix Condition =" $([MSBuild]::IsOSPlatform('OSX'))" >-internal</InstallerStartSuffix >
You can’t perform that action at this time.
0 commit comments