Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Add explicit dependency for pakcage smoke test
Browse files Browse the repository at this point in the history
So package smoke test can be run without full functional test run first.
  • Loading branch information
William Li committed Jun 19, 2017
1 parent f320649 commit 7ca900d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/package/Installer.DEB.proj
Expand Up @@ -99,6 +99,7 @@

<Target Name="TestSdkDeb"
Condition=" '$(IsDebianBaseDistro)' == 'True' and '$(DebuildPresent)' == 'true' "
DependsOnTargets="RestoreTests"
Inputs="$(DownloadedSharedHostInstallerFile);
$(DownloadedHostFxrInstallerFile);
$(DownloadedSharedFrameworkInstallerFile);
Expand Down
1 change: 1 addition & 0 deletions build/package/Installer.RPM.targets
Expand Up @@ -182,6 +182,7 @@
</Target>

<Target Name="TestSdkRpm"
DependsOnTargets="RestoreTests"
Condition=" '$(IsRPMBasedDistro)' == 'True' and '$(FPMPresent)' == 'True' "
Inputs="$(DownloadedSharedHostInstallerFile);
$(DownloadedHostFxrInstallerFile);
Expand Down

0 comments on commit 7ca900d

Please sign in to comment.