Skip to content

Commit c656f59

Browse files
committed
Comment cleanup
1 parent 3f48f76 commit c656f59

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/actions/setup-sql-windows/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ runs:
1414
run: |
1515
$ssei = Join-Path $env:RUNNER_TEMP 'SQL2025-SSEI-Expr.exe'
1616
$media = Join-Path $env:RUNNER_TEMP 'sql-media'
17-
# Stable Microsoft fwlink redirecting to the SQL Server 2025 Express bootstrapper (SSEI)
1817
Invoke-WebRequest -Uri 'https://go.microsoft.com/fwlink/?linkid=2216019' -OutFile $ssei
1918
Write-Host "Downloaded SSEI: $((Get-Item $ssei).Length) bytes"
2019
21-
# Run SSEI in download-only mode. Use Start-Process -Wait so we get a real exit code
22-
# (PowerShell's `&` returns asynchronously for installer-class executables).
2320
$p = Start-Process -FilePath $ssei -Wait -PassThru -ArgumentList @(
2421
'/Quiet',
2522
'/Action=Download',

0 commit comments

Comments
 (0)