mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +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
|
Download-FullSQLPackage -InstallerPath $installerPath
|
||||||
Unpack-SQLInstaller -InstallPath "$setupPath.exe"
|
Unpack-SQLInstaller -InstallPath "$setupPath.exe"
|
||||||
$resultPath = Join-Path $setupPath "SETUP.exe"
|
$resultPath = Join-Path $setupPath "SETUP.exe"
|
||||||
|
Write-Host $resultPath
|
||||||
|
ls
|
||||||
Start-Installer -InstallerPath $resultPath
|
Start-Installer -InstallerPath $resultPath
|
||||||
Reference in New Issue
Block a user