我们在网络驱动器上有一些nuget包,我希望能够在我的Cake脚本中引用它们。驱动器的绝对路径如下所示:
\\ MyDrive \的NuGet \软件包\ mypackage.nupkg
有没有办法使用预处理器指令引用此包,如下所述:http://cakebuild.net/docs/fundamentals/preprocessor-directives#tool-directive
如果没有,如果没有预处理器指令,我将如何进行呢?谢谢。
答案 0 :(得分:3)
Cake预处理器指令除http协议外,还支持文件协议。因此,您可以像下面那样
#tool nuget:file://localhost/packages/?package=restsharp