Skip to content

Commit

Permalink
fix condition for including rids in _PublishMultiArchContainers
Browse files Browse the repository at this point in the history
  • Loading branch information
surayya-MS committed Aug 30, 2024
1 parent 71765a3 commit 905039d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<_rids Include="$(RuntimeIdentifiers)" Condition="'$(ContainerRuntimeIdentifiers)' == '' and '$(RuntimeIdentifiers)' != ''" />
<_InnerBuild
Include="$(MSBuildProjectFullPath)"
AdditionalProperties="RuntimeIdentifier=%(_rids.Identity);ContainerImageTag=$(ContainerImageTag)-%(_rids.Identity)"/>
AdditionalProperties="ContainerRuntimeIdentifier=%(_rids.Identity);ContainerImageTag=$(ContainerImageTag)-%(_rids.Identity)"/>
<_rids Remove ="$(_rids)" />
</ItemGroup>

Expand Down

0 comments on commit 905039d

Please sign in to comment.