Merge commit 'e8dfa6bc58d15ba7ea9b8bd271396d132658a3db'

This commit is contained in:
Mirroring 2024-07-03 15:50:54 +00:00
commit dd35886f5c

View file

@ -12,8 +12,10 @@
DependsOnTargets="GetCurrentRuntimeInformation;
GenerateRpmsInner" />
<!-- Removed TestSdkRpm. SDK RPMS should be tested in a separate container to avoid polluting or relying on the
build environment. https://github.com/dotnet/sdk/issues/41910 -->
<Target Name="GenerateRpmsInner"
DependsOnTargets="TestFPMTool;BuildRpms;TestSdkRpm"
DependsOnTargets="TestFPMTool;BuildRpms"
Condition=" '$(IsRPMBasedDistro)' == 'True' "
Outputs="@(GeneratedInstallers)"/>