如何在 msbuild 任务中获取发布配置文件名称?

How do i get the publish profile name in an msbuild task?

我有预构建和 post-构建任务,我引用了配置:$(ConfigurationName)

发布配置文件名称的变量是什么?

我认为 msbuild 属性 是 $(PublishProfile)