In the VSTS build, I set various variables (Edit build -> Variables tab), some I set as secret (click the lock), some I don't.
In the build, I run a command prompt task to run set
-- e.g. show me all the environment variables. Those marked as secret aren't present.
How do I get VSTS secrets into environment variables?