We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e9d72 commit 809174bCopy full SHA for 809174b
1 file changed
release/windows/msi/scripts/pipeline-test.ps1
@@ -38,8 +38,8 @@ Get-Content .\install-logs.txt
38
39
Write-Output "Done installing msi, checking PATH setup..."
40
Write-Output "$env:path"
41
-$env:Path = [System.Environment]::GetEnvironmentVariable("Path", "User")
+$env:Path = [System.Environment]::GetEnvironmentVariable("Path", "Machine")
42
43
44
-$sqlcmd = $env:LocalAppData + "\SqlCmd\Sqlcmd.exe"
+$sqlcmd = $env:ProgramFiles + "\SqlCmd\sqlcmd"
45
& $sqlcmd --help
0 commit comments