Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Microsoft.LANGUAGE.PLATFORM.user.props已经允许定义用户特定的项目属性。但是我需要为不同的项目设置不同的用户特定选项,最好不要弄乱环境变量或条件宏。
Microsoft.LANGUAGE.PLATFORM.user.props
目前我只是User.props在每个项目的基础上添加而不将它添加到存储库中。因此,我的队友必须User.props手动创建并填写设置。
User.props
这种方法感觉有点笨拙和hacky,所以我希望找到更好的方法。