Skip to content

Commit 9049a29

Browse files
committed
fix(ci): add readme reference to generated project
1 parent a6b7c35 commit 9049a29

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

GoAffPro.Client.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Solution>
22
<Folder Name="/Solution Items/">
33
<File Path=".editorconfig" />
4+
<File Path=".github/workflows/build.yml" />
45
<File Path="Directory.Build.props" />
56
<File Path="Directory.Packages.props" />
67
<File Path="global.json" />

NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Recommended: GitHub Packages, Azure Artifacts, or BaGet self-hosted.
1515
-->
1616
<!-- <add key="streamweaver-private" value="https://nuget.pkg.github.com/{your-org}/index.json" /> -->
17-
<add key="local" value="./nupkgs" />
17+
<!--<add key="local" value="./nupkgs" />-->
1818
</packageSources>
1919

2020
<packageSourceMapping>

src/GoAffPro.Client.Generated/GoAffPro.Client.Generated.csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<IsPackable>true</IsPackable>
8-
8+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99
<PackageId>GoAffPro.Client.Generated</PackageId>
1010
<MinVerTagPrefix>v</MinVerTagPrefix>
1111
<Description>Kiota-generated .NET client for the GoAffPro API (internal dependency of GoAffPro.Client).</Description>
1212
<PackageProjectUrl>https://github.com/Agash/GoAffPro.Client</PackageProjectUrl>
1313
<RepositoryUrl>https://github.com/Agash/GoAffPro.Client</RepositoryUrl>
14-
<PackageTags>goaffpro;kiota;api;client;dotnet</PackageTags>
14+
<PackageReadmeFile>README.md</PackageReadmeFile>
15+
<PackageTags>goaffpro;affiliate;marketing;api;client;dotnet</PackageTags>
1516
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1617
<RunKiotaOnBuild Condition="'$(RunKiotaOnBuild)' == ''">true</RunKiotaOnBuild>
1718
<GoAffProOpenApiSpecPath Condition="'$(GoAffProOpenApiSpecPath)' == ''">$(MSBuildProjectDirectory)\..\..\openapi\goaffpro-canonical.yaml</GoAffProOpenApiSpecPath>
@@ -45,4 +46,9 @@
4546
ConsoleToMSBuild="true" />
4647
</Target>
4748

49+
50+
<ItemGroup>
51+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
52+
</ItemGroup>
53+
4854
</Project>

0 commit comments

Comments
 (0)