Skip to content

Commit 96558f7

Browse files
committed
Funnel all nuget packages into top level folder
1 parent 03d7d28 commit 96558f7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,5 @@ __pycache__/
278278
Loqui/Loqui.xml
279279

280280
Loqui.Generation/Loqui.Generation.xml
281+
282+
outputPackages/

Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<ImplicitUsings>true</ImplicitUsings>
7+
<PackageOutputPath>..\outputPackages</PackageOutputPath>
78
</PropertyGroup>
89
<ItemGroup>
910
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All"/>

0 commit comments

Comments
 (0)