File tree Expand file tree Collapse file tree
CSharpFunctionalExtensions.HttpResults Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 file_glob : true
8484 overwrite : true
8585
86- - name : Push package to NuGet
87- run : dotnet nuget push "dist/package/*.${{ env.VERSION }}.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json
88-
89- - name : Push symbol package to NuGet
90- run : dotnet nuget push "dist/package/*.${{ env.VERSION }}.snupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json
86+ - name : Push packages to NuGet
87+ run : dotnet nuget push "dist/package/*.${{ env.VERSION }}.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json # also pushes symbol package by default
Original file line number Diff line number Diff line change 55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <LangVersion >latest</LangVersion >
8- <TargetsForTfmSpecificBuildOutput >$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput >
98 <GenerateDocumentationFile >true</GenerateDocumentationFile >
109 <EmbedUntrackedSources >true</EmbedUntrackedSources >
1110 <PublishRepositoryUrl >true</PublishRepositoryUrl >
2625 <Company >co-IT.eu GmbH</Company >
2726 </PropertyGroup >
2827
29- <ItemGroup >
30- <None Include =" ..\README.md" Pack =" true" PackagePath =" \" />
31- <None Include =" ..\LICENSE.md" Pack =" true" PackagePath =" \" />
32- </ItemGroup >
33-
3428 <ItemGroup >
3529 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
3630 </ItemGroup >
4034 </ItemGroup >
4135
4236 <ItemGroup >
43- <TfmSpecificPackageFile Include =" $(OutputPath)\CSharpFunctionalExtensions.HttpResults.Generators.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
44- <TfmSpecificPackageFile Include =" $(OutputPath)\CSharpFunctionalExtensions.HttpResults.dll" Pack =" true" PackagePath =" lib/$(TargetFramework)" Visible =" false" />
37+ <None Include =" ..\README.md" Pack =" true" PackagePath =" \" />
38+ <None Include =" ..\LICENSE.md" Pack =" true" PackagePath =" \" />
39+ <None Include =" $(OutputPath)\net9.0\CSharpFunctionalExtensions.HttpResults.Generators.dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
4540 </ItemGroup >
4641
4742 <ItemGroup >
4843 <ProjectReference Include =" ..\CSharpFunctionalExtensions.HttpResults.Generators\CSharpFunctionalExtensions.HttpResults.Generators.csproj" PrivateAssets =" All" />
4944 </ItemGroup >
50-
51- <Target DependsOnTargets =" ResolveReferences" Name =" CopyProjectReferencesToPackage" >
52- <ItemGroup >
53- <BuildOutputInPackage Include =" @(ReferenceCopyLocalPaths->WithMetadataValue('ReferenceSourceTarget', 'ProjectReference'))" />
54- </ItemGroup >
55- </Target >
5645</Project >
You can’t perform that action at this time.
0 commit comments