From 290e219d70c08fc45ddc543a59448181680fea07 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Wed, 21 Mar 2018 15:03:40 -0700 Subject: [PATCH] Restore for official Linux arm builds --- .../releaseBuild/Images/GenericLinuxFiles/PowerShellPackage.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/releaseBuild/Images/GenericLinuxFiles/PowerShellPackage.ps1 b/tools/releaseBuild/Images/GenericLinuxFiles/PowerShellPackage.ps1 index 5c5ff761316..c736338c4ba 100644 --- a/tools/releaseBuild/Images/GenericLinuxFiles/PowerShellPackage.ps1 +++ b/tools/releaseBuild/Images/GenericLinuxFiles/PowerShellPackage.ps1 @@ -42,7 +42,7 @@ try { if ($TarArm) { ## Build 'linux-arm' and create 'tar.gz' package for it. ## Note that 'linux-arm' can only be built on Ubuntu environment. - Start-PSBuild -Runtime linux-arm -PSModuleRestore @releaseTagParam + Start-PSBuild -Restore -Runtime linux-arm -PSModuleRestore @releaseTagParam Start-PSPackage -Type tar-arm @releaseTagParam } }