Merge commit 'e8dfa6bc58d15ba7ea9b8bd271396d132658a3db'
This commit is contained in:
commit
dd35886f5c
1 changed files with 3 additions and 1 deletions
|
@ -12,8 +12,10 @@
|
||||||
DependsOnTargets="GetCurrentRuntimeInformation;
|
DependsOnTargets="GetCurrentRuntimeInformation;
|
||||||
GenerateRpmsInner" />
|
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"
|
<Target Name="GenerateRpmsInner"
|
||||||
DependsOnTargets="TestFPMTool;BuildRpms;TestSdkRpm"
|
DependsOnTargets="TestFPMTool;BuildRpms"
|
||||||
Condition=" '$(IsRPMBasedDistro)' == 'True' "
|
Condition=" '$(IsRPMBasedDistro)' == 'True' "
|
||||||
Outputs="@(GeneratedInstallers)"/>
|
Outputs="@(GeneratedInstallers)"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue