Adding the pre-release runtime version hack to RHEL as well. Basically, skip native installer tests when using a pre-release runtime.

This commit is contained in:
Livar Cunha 2017-10-09 15:27:05 -07:00
parent 316d2d47f9
commit 34235acb37

View file

@ -213,7 +213,7 @@
<Target Name="TestSdkRpm"
DependsOnTargets="RestoreTests;DownloadAspNetCoreRuntimeRpmInstaller"
Condition=" '$(IsRPMBasedDistro)' == 'True' and '$(FPMPresent)' == 'True' "
Condition=" '$(IsRPMBasedDistro)' == 'True' and '$(FPMPresent)' == 'True' and '$(IsSharedFrameworkPreReleaseVersion)' != 'True' "
Inputs="$(DownloadedSharedHostInstallerFile);
$(DownloadedHostFxrInstallerFile);
$(DownloadedSharedFrameworkInstallerFile);