nuget pack忽略了NuGet.Config

时间:2017-07-21 18:05:25

标签: c# nuget

NuGet.Config,.csproj和.nuspec位于同一文件夹(项目文件夹)中。这是我的NuGet.Config:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <config>
    <add key="repositoryPath" value="..\packages" />
  </config>
</configuration>

当我在项目文件夹的powershell中键入nuget pack时,.nupkg文件在同一文件夹中创建,而不是在.. \ packages文件夹中创建。

版本: NuGet版本:4.1.0.2450,Visual Studio 2015

我已经用Google搜索了几个小时,仍然没有运气解决方案。

试过这个仍然不起作用:nuget.config is ignored, specifically the repositoryPath

0 个答案:

没有答案