Nuget Pack command, in Visual Studio 2017

后端 未结 1 1915
有刺的猬
有刺的猬 2021-01-21 01:19

I have a .core solution where some projects need to be included and as I understand the praxis is in .core to use Nuget. For those projects I have under Properties->Package chec

相关标签:
1条回答
  • 2021-01-21 02:14

    You can override the package output directory by setting this inside a <PropertyGroup>:

    <PackageOutputPath>..\some-folder</PackageOutputPath>
    
    0 讨论(0)
提交回复
热议问题