Merge pull request #6941 from wli3/fix-package-smoke-test

Add explicit dependency for pakcage smoke test
This commit is contained in:
Livar 2017-06-19 20:50:05 -07:00 committed by GitHub
commit 7ab3d5b8d8
2 changed files with 2 additions and 0 deletions

View file

@ -99,6 +99,7 @@
<Target Name="TestSdkDeb"
Condition=" '$(IsDebianBaseDistro)' == 'True' and '$(DebuildPresent)' == 'true' "
DependsOnTargets="RestoreTests"
Inputs="$(DownloadedSharedHostInstallerFile);
$(DownloadedHostFxrInstallerFile);
$(DownloadedSharedFrameworkInstallerFile);

View file

@ -182,6 +182,7 @@
</Target>
<Target Name="TestSdkRpm"
DependsOnTargets="RestoreTests"
Condition=" '$(IsRPMBasedDistro)' == 'True' and '$(FPMPresent)' == 'True' "
Inputs="$(DownloadedSharedHostInstallerFile);
$(DownloadedHostFxrInstallerFile);