在编译项目时,会抛出错误,如下所示
Error No executable found matching command "nuget"
我还在project.json文件中添加了一个postcompile脚本
"scripts": { "postcompile": [ "nuget pack project.json -outputdirectory f:\\foo" ] }
我已将nuget.exe保留在该路径上。
答案 0 :(得分:0)
在路径变量中添加nuget.exe。转到系统属性 - 环境变量 - >系统变量。然后编辑路径变量并将保存nuget.exe的路径添加到前缀为;
的变量中