Here is our situation-- sometimes we need to run a vNext build without needing to pull any source code from TFS server.
But we don\'t want to change the workspace m
I tried using agent.source.skip = true (instead of Build.SyncSources = false),
agent.source.skip = true
Build.SyncSources = false
and it seems to keep the variables.
Found here: https://github.com/Microsoft/azure-pipelines-agent/issues/1465