mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
added resultPath to resolve the issue
This commit is contained in:
@@ -68,4 +68,5 @@ Set-Location -Path $downloadPath
|
|||||||
$installerPath = Start-DownloadWithRetry -Url "https://go.microsoft.com/fwlink/?linkid=866658" -Name "SQL2019-SSEI-Expr.exe"
|
$installerPath = Start-DownloadWithRetry -Url "https://go.microsoft.com/fwlink/?linkid=866658" -Name "SQL2019-SSEI-Expr.exe"
|
||||||
Download-FullSQLPackage -InstallerPath $installerPath
|
Download-FullSQLPackage -InstallerPath $installerPath
|
||||||
Unpack-SQLInstaller -InstallPath "$setupPath.exe"
|
Unpack-SQLInstaller -InstallPath "$setupPath.exe"
|
||||||
Start-Installer -InstallerPath "$setupPath\SETUP.exe"
|
$resultPath = Join-Path $setupPath "SETUP.exe"
|
||||||
|
Start-Installer -InstallerPath $resultPath
|
||||||
Reference in New Issue
Block a user