mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-20 10:50:48 +08:00
nuget本地源创建文件夹
This commit is contained in:
@@ -57,4 +57,13 @@
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
|
||||
<Target Name="EnsureLocalNugetFolderExists" BeforeTargets="CollectPackageReferences">
|
||||
<MakeDir Directories="$(SolutionDir)..\..\nupkgs" />
|
||||
</Target>
|
||||
|
||||
|
||||
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user