Skip to content

Commit ba9aa2d

Browse files
committed
Tweak $env path
1 parent 4c69063 commit ba9aa2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $CefSln = Join-Path $WorkingDir 'CefSharp3.sln'
1616

1717
if (Test-Path Env:\APPVEYOR_BUILD_VERSION)
1818
{
19-
$Version = Env:\APPVEYOR_BUILD_VERSION
19+
$Version = $env:APPVEYOR_BUILD_VERSION
2020
}
2121

2222
# https://github.com/jbake/Powershell_scripts/blob/master/Invoke-BatchFile.ps1

0 commit comments

Comments
 (0)