mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
added variable for current position
This commit is contained in:
@@ -70,4 +70,6 @@ $installerPath = Start-DownloadWithRetry -Url "https://go.microsoft.com/fwlink/?
|
||||
Download-FullSQLPackage -InstallerPath $installerPath
|
||||
Unpack-SQLInstaller -InstallPath "$setupPath.exe"
|
||||
$resultPath = Join-Path $setupPath "SETUP.exe"
|
||||
Write-Host $resultPath
|
||||
ls
|
||||
Start-Installer -InstallerPath $resultPath
|
||||
Reference in New Issue
Block a user