File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
src/Kavod.Vba.Compression Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1515 </PropertyGroup >
1616
1717 <ItemGroup >
18+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" >
19+ <PrivateAssets >all</PrivateAssets >
20+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21+ </PackageReference >
1822 <PackageReference Include =" System.Text.Encoding.CodePages" Version =" 7.0.0" />
1923 </ItemGroup >
2024
25+ <!-- Source Link support -->
26+ <PropertyGroup >
27+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
28+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
29+ <IncludeSymbols >true</IncludeSymbols >
30+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
31+ <ContinuousIntegrationBuild Condition =" '$(GITHUB_ACTIONS)' == 'true' " >true</ContinuousIntegrationBuild >
32+ </PropertyGroup >
33+
2134 <ItemGroup >
2235 <None Include =" README.md" Pack =" true" PackagePath =" \" />
2336 <None Include =" Icon.png" Pack =" true" PackagePath =" \" />
You can’t perform that action at this time.
0 commit comments