Merge pull request #6941 from wli3/fix-package-smoke-test
Add explicit dependency for pakcage smoke test
This commit is contained in:
commit
7ab3d5b8d8
2 changed files with 2 additions and 0 deletions
|
@ -99,6 +99,7 @@
|
||||||
|
|
||||||
<Target Name="TestSdkDeb"
|
<Target Name="TestSdkDeb"
|
||||||
Condition=" '$(IsDebianBaseDistro)' == 'True' and '$(DebuildPresent)' == 'true' "
|
Condition=" '$(IsDebianBaseDistro)' == 'True' and '$(DebuildPresent)' == 'true' "
|
||||||
|
DependsOnTargets="RestoreTests"
|
||||||
Inputs="$(DownloadedSharedHostInstallerFile);
|
Inputs="$(DownloadedSharedHostInstallerFile);
|
||||||
$(DownloadedHostFxrInstallerFile);
|
$(DownloadedHostFxrInstallerFile);
|
||||||
$(DownloadedSharedFrameworkInstallerFile);
|
$(DownloadedSharedFrameworkInstallerFile);
|
||||||
|
|
|
@ -182,6 +182,7 @@
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="TestSdkRpm"
|
<Target Name="TestSdkRpm"
|
||||||
|
DependsOnTargets="RestoreTests"
|
||||||
Condition=" '$(IsRPMBasedDistro)' == 'True' and '$(FPMPresent)' == 'True' "
|
Condition=" '$(IsRPMBasedDistro)' == 'True' and '$(FPMPresent)' == 'True' "
|
||||||
Inputs="$(DownloadedSharedHostInstallerFile);
|
Inputs="$(DownloadedSharedHostInstallerFile);
|
||||||
$(DownloadedHostFxrInstallerFile);
|
$(DownloadedHostFxrInstallerFile);
|
||||||
|
|
Loading…
Add table
Reference in a new issue