diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6b44276d8ac..c10e30e58ae 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -746,7 +746,8 @@ jobs: displayName: 'Publish Artifact: rpm' inputs: TargetPath: $(Build.ArtifactStagingDirectory) - ArtifactName: rpm-centos7 + # Should be 'rpm-centos7', but we keep 'yum' for backward compatibility + ArtifactName: yum # TODO: rpmbuild on Red Hat UBI 8 is slow for unknown reason. Still working with Red Hat to investigate. # We use a separate job for Red Hat UBI 8 instead of strategy.matrix so that TestRpmPackage can start right after