[release/8.0.1xx] Do not run TestSdkRpm target (#19950)
This commit is contained in:
parent
bbcef27b5f
commit
502a6d149a
1 changed files with 3 additions and 1 deletions
|
@ -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)"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue