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

Commit 30ef374

Browse files
William Liwilliaml33
authored andcommitted
Add explicit dependency for pakcage smoke test
So package smoke test can be run without full functional test run first.
1 parent 70af3df commit 30ef374

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/package/Installer.DEB.proj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999

100100
<Target Name="TestSdkDeb"
101101
Condition=" '$(IsDebianBaseDistro)' == 'True' and '$(DebuildPresent)' == 'true' "
102+
DependsOnTargets="RestoreTests"
102103
Inputs="$(DownloadedSharedHostInstallerFile);
103104
$(DownloadedHostFxrInstallerFile);
104105
$(DownloadedSharedFrameworkInstallerFile);

build/package/Installer.RPM.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
</Target>
183183

184184
<Target Name="TestSdkRpm"
185+
DependsOnTargets="RestoreTests"
185186
Condition=" '$(IsRPMBasedDistro)' == 'True' and '$(FPMPresent)' == 'True' "
186187
Inputs="$(DownloadedSharedHostInstallerFile);
187188
$(DownloadedHostFxrInstallerFile);

0 commit comments

Comments
 (0)