Skip to content

RPM build should fail if required tooling is missing #20561

@NikolaMilosavljevic

Description

@NikolaMilosavljevic

Currently, if the build is supposed to produce RPM packages, but the tooling (i.e. fpm) is missing, a message will be logged and the build will skip the RPM package generation:

<!-- Workaround for Jenkins machines that don't have the necessary packages https://github.com/dotnet/core-setup/issues/2260 -->
<Message Condition=" '$(FPMPresent)' != 'True' "
Text="FPM tool Not found, RPM packages will not be built."
Importance="High"/>

The build should fail.

This should be fixed in all supported 8.0 and 9.0 branches.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions