This repository was archived by the owner on Dec 12, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
CodeGeneration.Roslyn.Plugin.Sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <Description >The MSBuild SDK that helps correctly create CodeGeneration.Roslyn plugins.</Description >
66 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
77 <DevelopmentDependency >true</DevelopmentDependency >
8+ <SymbolPackageFormat ></SymbolPackageFormat >
9+ <IncludeSymbols >false</IncludeSymbols >
810 <!--
911 Min Version is 2.5 because that's when build/ folder support was introduced:
1012 https://docs.microsoft.com/en-us/nuget/release-notes/nuget-2.5#automatic-import-of-msbuild-targets-and-props-files
2325 <ItemGroup >
2426 <None Include =" **/*.props;**/*.targets" Pack =" true" PackagePath =" " />
2527 </ItemGroup >
26-
28+
2729 <!--
2830 This target adds a Sdk/Version.props file to the nuget package.
2931 That props file contains CodeGenerationRoslynPluginSdkVersion property,
Original file line number Diff line number Diff line change 99 <RepositoryUrl >https://github.com/aarnott/CodeGeneration.Roslyn</RepositoryUrl >
1010 <RepositoryType >git</RepositoryType >
1111 <PackageReleaseNotes >https://github.com/AArnott/CodeGeneration.Roslyn/blob/master/CHANGELOG.md</PackageReleaseNotes >
12+
13+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
14+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
15+ <IncludeSymbols >true</IncludeSymbols >
16+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
1217 </PropertyGroup >
1318
1419 <PropertyGroup >
3944 <PackageReference Include =" Nerdbank.GitVersioning" Version =" 3.0.28" PrivateAssets =" all" />
4045 <PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.118" IncludeAssets =" analyzers" PrivateAssets =" all" />
4146 <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0" PrivateAssets =" all" />
47+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
4248 </ItemGroup >
4349
4450 <ItemGroup >
You can’t perform that action at this time.
0 commit comments