$Configuration was being interpreted as $Configuration_

This commit is contained in:
Piotr Puszkiewicz 2016-02-16 13:41:37 -08:00
parent e72391fd3a
commit faeeb4feaf

View file

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