Merge pull request #1442 from dotnet/piotrpMSFT/ps1disambiguate
Fix Windows version badge filename
This commit is contained in:
commit
a14618f787
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue