We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c69063 commit ba9aa2dCopy full SHA for ba9aa2d
build.ps1
@@ -16,7 +16,7 @@ $CefSln = Join-Path $WorkingDir 'CefSharp3.sln'
16
17
if (Test-Path Env:\APPVEYOR_BUILD_VERSION)
18
{
19
- $Version = Env:\APPVEYOR_BUILD_VERSION
+ $Version = $env:APPVEYOR_BUILD_VERSION
20
}
21
22
# https://github.com/jbake/Powershell_scripts/blob/master/Invoke-BatchFile.ps1
0 commit comments