File tree Expand file tree Collapse file tree
src/GoAffPro.Client.Generated Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 uses : actions/setup-dotnet@v4
3838 with :
3939 dotnet-version : |
40- 8 .0.x
40+ 9 .0.x
4141 10.0.x
4242
4343 - name : Restore dependencies
6060 - name : Pack library (on main push or release)
6161 if : (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'release'
6262 run : >
63- dotnet pack src/ GoAffPro.Client/GoAffPro.Client.csproj
63+ dotnet pack GoAffPro.Client.slnx
6464 --configuration Release
6565 --no-build
6666 --output ${{ env.NuGetDirectory }}
Original file line number Diff line number Diff line change 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" />
1718 </packageSources >
1819
1920 <packageSourceMapping >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFrameworks >net9.0;net10.0</TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
7+ <IsPackable >true</IsPackable >
8+
9+ <PackageId >GoAffPro.Client.Generated</PackageId >
10+ <MinVerTagPrefix >v</MinVerTagPrefix >
11+ <Description >Kiota-generated .NET client for the GoAffPro API (internal dependency of GoAffPro.Client).</Description >
12+ <PackageProjectUrl >https://github.com/Agash/GoAffPro.Client</PackageProjectUrl >
13+ <RepositoryUrl >https://github.com/Agash/GoAffPro.Client</RepositoryUrl >
14+ <PackageTags >goaffpro;kiota;api;client;dotnet</PackageTags >
15+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
716 <RunKiotaOnBuild Condition =" '$(RunKiotaOnBuild)' == ''" >true</RunKiotaOnBuild >
817 <GoAffProOpenApiSpecPath Condition =" '$(GoAffProOpenApiSpecPath)' == ''" >$(MSBuildProjectDirectory)\..\..\openapi\goaffpro-canonical.yaml</GoAffProOpenApiSpecPath >
918 <GoAffProRepoRoot >$(MSBuildProjectDirectory)\..\..\</GoAffProRepoRoot >
1726 <PackageReference Include =" Microsoft.Kiota.Serialization.Json" />
1827 <PackageReference Include =" Microsoft.Kiota.Serialization.Multipart" />
1928 <PackageReference Include =" Microsoft.Kiota.Serialization.Text" />
29+ <PackageReference Include =" MinVer" PrivateAssets =" all" />
2030 </ItemGroup >
2131
2232 <Target Name =" GenerateKiotaClient"
You can’t perform that action at this time.
0 commit comments