Skip to content

Commit b56341e

Browse files
Fix copying of cbl-mariner packages (#16164)
1 parent ea77ace commit b56341e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.Build.Tasks.Installers/build/installer.singlerid.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
-->
159159
<Target Name="_BuildMarinerRpm"
160160
AfterTargets="GenerateRpm"
161-
Condition="'$(PackageTargetOS)' != ''">
161+
Condition="'$(PackageTargetOS)' == ''">
162162
<!-- CBL-Mariner -->
163163
<PropertyGroup>
164164
<!-- CBL-Mariner 1.0 -->

0 commit comments

Comments
 (0)