[release/8.0.1xx] Do not run TestSdkRpm target (#19950)

This commit is contained in:
Matt Mitchell 2024-07-03 08:48:22 -07:00 committed by GitHub
parent bbcef27b5f
commit 502a6d149a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)"/>