Skip to content

Commit 6404bae

Browse files
Fix copying of cbl-mariner packages (#16165)
1 parent 41e5a0d commit 6404bae

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
@@ -161,7 +161,7 @@
161161
-->
162162
<Target Name="_BuildMarinerRpm"
163163
AfterTargets="GenerateRpm"
164-
Condition="'$(PackageTargetOS)' != ''">
164+
Condition="'$(PackageTargetOS)' == ''">
165165
<!-- CBL-Mariner -->
166166
<PropertyGroup>
167167
<!-- CBL-Mariner 1.0 -->

0 commit comments

Comments
 (0)