fix up casing of PS1 environment variables

This commit is contained in:
Piotr Puszkiewicz 2016-02-16 19:31:09 -08:00
parent 78ccff9d50
commit fa9a9dc7b4
3 changed files with 3 additions and 3 deletions

View file

@ -142,7 +142,7 @@ function UploadInstallers($installerFile)
function UploadVersionBadge($badgeFile)
{
$fileName = "windows_$($Configuration)_$([System.IO.Path]::GetFileName($badgeFile))"
$fileName = "windows_$($env:CONFIGURATION)_$([System.IO.Path]::GetFileName($badgeFile))"
Write-Host "Uploading the version badge to Latest"
UploadFile "$env:CHANNEL/Binaries/Latest/$fileName" $badgeFile