Apps/Get-TableauDesktop.ps1
$URL64 = (Resolve-Uri -Uri 'https://www.tableau.com/downloads/desktop/pc64').Uri $Version = $URL64 | Get-Version -Pattern '((?:\d+-)+\d+)\.exe$' -ReplaceWithDot New-NevergreenApp -Version $Version -Uri $URL64 -Architecture 'x64' |