This repository was archived by the owner on Nov 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 6262 title : " Release Build ${{ env.CURRENT_VERSION }}"
6363 files : |
6464 ./ClosedXML/bin/Release/*.nupkg
65+ ./ClosedXML/bin/Release/*.snupkg
6566
6667 deployTest :
6768 if : github.ref != 'refs/heads/main'
9394 title : " Prerelease Build ${{ env.CURRENT_VERSION }}"
9495 files : |
9596 ./ClosedXML/bin/Release/*.nupkg
97+ ./ClosedXML/bin/Release/*.snupkg
Original file line number Diff line number Diff line change 2323 <Configurations >Debug;Release</Configurations >
2424 <PackageLicenseExpression >MIT</PackageLicenseExpression >
2525 <SignAssembly >true</SignAssembly >
26+ <IncludeSymbols >true</IncludeSymbols >
27+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
28+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
29+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
2630 <AssemblyOriginatorKeyFile >..\ClosedXML.snk</AssemblyOriginatorKeyFile >
2731 <PackageIcon >Product.png</PackageIcon >
2832 <PublishRepositoryUrl >true</PublishRepositoryUrl >
2933 <RepositoryUrl >https://github.com/stesee/ClosedXML</RepositoryUrl >
30- <DebugType >embedded</DebugType >
3134 <PackageReadmeFile >nugetReadme.md</PackageReadmeFile >
3235 <ContinuousIntegrationBuild Condition =" '$(GITHUB_ACTIONS)' == 'true'" >true</ContinuousIntegrationBuild >
3336 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
5255 <ItemGroup >
5356 <PackageReference Include =" DocumentFormat.OpenXml" Version =" 2.16.0" />
5457 <PackageReference Include =" ExcelNumberFormat" Version =" 1.1.0" />
58+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" >
59+ <PrivateAssets >all</PrivateAssets >
60+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
61+ </PackageReference >
5562 <PackageReference Include =" SkiaSharp" Version =" 2.80.2" />
5663 <PackageReference Include =" SkiaSharp.NativeAssets.Linux.NoDependencies" Version =" 2.80.2" />
5764 </ItemGroup >
You can’t perform that action at this time.
0 commit comments