gpt4 book ai didi

c# - 将 Prebuild 或 Postbuild 添加到 dotnet 核心项目

转载 作者:太空狗 更新时间:2023-10-29 23:36:52 26 4
gpt4 key购买 nike

有没有办法在 Visual Studio 的 dotnet 核心项目中添加预构建/后构建选项?

没有选项可以在项目属性中添加构建事件,因为它曾经是标准点网项目 standard dot net project properties

Dot net core projects with no build events option

最佳答案

根据the documentation ,您可以在 scripts 部分的 project.json 文件中添加命令。

"scripts": {
"precompile": [ "echo before" ],
"postcompile": [ "echo after" ]
}

关于c# - 将 Prebuild 或 Postbuild 添加到 dotnet 核心项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40516653/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com