We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96558f7 commit e6a9c07Copy full SHA for e6a9c07
.gitignore
@@ -279,4 +279,4 @@ Loqui/Loqui.xml
279
280
Loqui.Generation/Loqui.Generation.xml
281
282
-outputPackages/
+nupkg/
Directory.Build.props
@@ -4,7 +4,7 @@
4
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
5
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6
<ImplicitUsings>true</ImplicitUsings>
7
- <PackageOutputPath>..\outputPackages</PackageOutputPath>
+ <PackageOutputPath>..\nupkg</PackageOutputPath>
8
</PropertyGroup>
9
<ItemGroup>
10
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All"/>
0 commit comments