mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +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"
|
||||
Download-FullSQLPackage -InstallerPath $installerPath
|
||||
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