File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
3131 </PropertyGroup >
3232
33+ <PropertyGroup >
34+ <SharpYamlSourceGenAssembly >$(MSBuildThisFileDirectory)..\SharpYaml.SourceGenerator\bin\$(Configuration)\netstandard2.0\SharpYaml.SourceGenerator.dll</SharpYamlSourceGenAssembly >
35+ </PropertyGroup >
36+
3337 <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
3438 <AssemblyOriginatorKeyFile >SharpYaml.snk</AssemblyOriginatorKeyFile >
3539 <SignAssembly >true</SignAssembly >
3943 <None Include =" $(MSBuildThisFileDirectory)../../img/SharpYaml.png" Pack =" true" PackagePath =" /" />
4044 <None Include =" $(MSBuildThisFileDirectory)../../README.md" Pack =" true" PackagePath =" /" Link =" readme.md" />
4145 <None Include =" SharpYaml.targets" Pack =" true" PackagePath =" buildTransitive/SharpYaml.targets" />
46+ <!-- Ship the source generator with the main package (no separate generator NuGet package). -->
47+ <None Include =" $(SharpYamlSourceGenAssembly)" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
48+ <None Include =" $(SharpYamlSourceGenAssembly).pdb" Condition =" Exists('$(SharpYamlSourceGenAssembly).pdb')" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
4249 </ItemGroup >
4350
4451 <ItemGroup >
5966 <ProjectReference Include =" ..\SharpYaml.SourceGenerator\SharpYaml.SourceGenerator.csproj"
6067 OutputItemType =" Analyzer"
6168 ReferenceOutputAssembly =" false"
62- PrivateAssets =" all"
63- Pack =" true"
64- PackagePath =" analyzers/dotnet/cs"
65- Visible =" false" />
69+ PrivateAssets =" all" />
6670 </ItemGroup >
6771</Project >
You can’t perform that action at this time.
0 commit comments