Skip to content

Commit

Permalink
Do snupkgs are for Objects and Sdk...not logging (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock authored Aug 13, 2024
1 parent d269ac7 commit e443840
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 0 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
<PackageIcon>logo.png</PackageIcon>
<RepositoryUrl>https://github.com/specklesystems/speckle-sharp-sdk</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<!-- Expose the repository root to all projects -->
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
2 changes: 2 additions & 0 deletions src/Speckle.Objects/Speckle.Objects.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<PolySharpExcludeGeneratedTypes>System.Runtime.CompilerServices.RequiresLocationAttribute</PolySharpExcludeGeneratedTypes>
<Configurations>Debug;Release;Local</Configurations>
<Platforms>AnyCPU;x64</Platforms>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down
18 changes: 9 additions & 9 deletions src/Speckle.Sdk.Logging/Speckle.Sdk.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
<PropertyGroup>
<ILRepackTargetConfigurations>Debug;Release;Local</ILRepackTargetConfigurations>
<ILRepackRenameInternalized>true</ILRepackRenameInternalized>
<ILRepackExcludeAssemblies>C:\Users\adam\Git\speckle-sharp-sdk\src\Speckle.Logging\bin\Debug\netstandard2.0\System.Numerics.Vectors.dll</ILRepackExcludeAssemblies>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ILRepack.FullAuto">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" PrivateAssets="all"/>
<PackageReference Include="Serilog" PrivateAssets="all"/>
<PackageReference Include="Serilog.Exceptions" PrivateAssets="all"/>
<PackageReference Include="Serilog.Sinks.Console" PrivateAssets="all"/>
<PackageReference Include="Serilog.Sinks.File" PrivateAssets="all"/>
<PackageReference Include="Serilog.Sinks.OpenTelemetry" PrivateAssets="all"/>
<PackageReference Include="OpenTelemetry.Exporter.Console" PrivateAssets="all"/>
<PackageReference Include="OpenTelemetry.Instrumentation.Http" NoWarn="NU1902" PrivateAssets="all"/>
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" PrivateAssets="all"/>
<PackageReference Include="Serilog" PrivateAssets="all"/>
<PackageReference Include="Serilog.Exceptions" PrivateAssets="all"/>
<PackageReference Include="Serilog.Sinks.Console" PrivateAssets="all"/>
<PackageReference Include="Serilog.Sinks.File" PrivateAssets="all"/>
<PackageReference Include="Serilog.Sinks.OpenTelemetry" PrivateAssets="all"/>
<PackageReference Include="OpenTelemetry.Exporter.Console" PrivateAssets="all"/>
<PackageReference Include="OpenTelemetry.Instrumentation.Http" PrivateAssets="all"/>
</ItemGroup>
</Project>
2 changes: 2 additions & 0 deletions src/Speckle.Sdk/Speckle.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<PolySharpExcludeGeneratedTypes>System.Runtime.CompilerServices.RequiresLocationAttribute</PolySharpExcludeGeneratedTypes>
<Configurations>Debug;Release;Local</Configurations>
<Platforms>AnyCPU;x64</Platforms>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit e443840

Please sign in to comment.