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