List of MSBuild built-in variables

前端 未结 6 814
春和景丽
春和景丽 2020-11-28 00:06

How can I get a list of built-in MSBuild variables?

I need to know how to determine the current project\'s csproj name, and thought it might be useful to know what e

6条回答
  •  温柔的废话
    2020-11-28 01:12

    There are also Agent and Build predefined variables for pipelines: https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml. These are the variables I was looking for when I came across this article, so I thought I'd pass the link along when I finally found them.

提交回复
热议问题