I want MSBUILD show a POPup to enter password during/before execution of build definition.I want to pass this password to powershell script I will be running as part of MSBuild definition. I already implemented a scenario where password is encrypted in a file checked-in on TFS and is read by powershell(MSBUILD) while executing a build definition.But for security purposes I want password to be entered by a build definition invoker during runtime .
Can we achieve this ?
I am using TFS 2013,MSBUILD 12.0 and VS 2013 for this purpose.And can use only these tools and nothing else.