File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 dotnet-version : ${{ env.DOTNET_VERSION }}
5252
5353 - name : Publish
54- run : dotnet nuget push --api-key ${{ secrets.GITHUB_TOKEN }} --source ${{ env.GITHUB_SOURCE }} "*.nupkg"
54+ run : dotnet nuget push --api-key ${{ secrets.GITHUB_TOKEN }} --source ${{ env.GITHUB_SOURCE }} "FSharp.CosmosDB *.nupkg"
5555 working-directory : ${{ env.OUTPUT_PATH }}
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >netcoreapp2.0</TargetFramework >
4+ </PropertyGroup >
5+
6+ <!-- Source Link support -->
7+ <PropertyGroup >
8+ <!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
49 <PublishRepositoryUrl >true</PublishRepositoryUrl >
10+
11+ <!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
512 <EmbedUntrackedSources >true</EmbedUntrackedSources >
13+
14+ <!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
15+ <IncludeSymbols >true</IncludeSymbols >
16+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
17+ </PropertyGroup >
18+
19+ <!-- NuGet package configuration -->
20+ <PropertyGroup >
21+ <Company >Aaron Powell</Company >
22+ <RepositoryUrl >https://github.com/aaronpowell/FSharp.CosmosDb</RepositoryUrl >
23+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
624 </PropertyGroup >
25+
726 <ItemGroup >
827 <Compile Include =" Types.fs" />
928 <Compile Include =" ../shared/AsyncSeqExt.fs" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFramework >netstandard2.0</TargetFramework >
4+ </PropertyGroup >
5+
6+ <!-- Source Link support -->
7+ <PropertyGroup >
8+ <!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
49 <PublishRepositoryUrl >true</PublishRepositoryUrl >
10+
11+ <!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
512 <EmbedUntrackedSources >true</EmbedUntrackedSources >
13+
14+ <!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
15+ <IncludeSymbols >true</IncludeSymbols >
16+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
17+ </PropertyGroup >
18+
19+ <!-- NuGet package configuration -->
20+ <PropertyGroup >
21+ <Company >Aaron Powell</Company >
22+ <RepositoryUrl >https://github.com/aaronpowell/FSharp.CosmosDb</RepositoryUrl >
23+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
624 </PropertyGroup >
25+
726 <ItemGroup >
827 <Compile Include =" ../shared/AsyncSeqExt.fs" />
928 <Compile Include =" ../shared/MaybeBinder.fs" />
You can’t perform that action at this time.
0 commit comments