Is it able to ignore/disable the first step Get source in vNext Build?

后端 未结 2 1108
暖寄归人
暖寄归人 2020-11-27 07:07

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

2条回答
  •  Happy的楠姐
    2020-11-27 07:40

    I tried using agent.source.skip = true (instead of Build.SyncSources = false),

    and it seems to keep the variables.

    Found here: https://github.com/Microsoft/azure-pipelines-agent/issues/1465

提交回复
热议问题