Test/VisualStudio/GetVsDevCmdPath.ps1


Import-Module CmxModule -Force

$vsDevCmdPath = GetVsDevCmdPath
Write-Output "vsDevCmdPath: $vsDevCmdPath"

& "$vsDevCmdPath"

Invoke-Expression "tf vc status /collection:$TfsUrl"