Skip to content

Commit

Permalink
Separate symbol package
Browse files Browse the repository at this point in the history
  • Loading branch information
bfriesen committed May 15, 2023
1 parent d0751d6 commit 529ff00
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<EmbedUntrackedSources>True</EmbedUntrackedSources>
<DebugType>Embedded</DebugType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
3 changes: 2 additions & 1 deletion RandomSkunk.Results.Dapper/RandomSkunk.Results.Dapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<EmbedUntrackedSources>True</EmbedUntrackedSources>
<DebugType>Embedded</DebugType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
3 changes: 2 additions & 1 deletion RandomSkunk.Results.Http/RandomSkunk.Results.Http.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<EmbedUntrackedSources>True</EmbedUntrackedSources>
<DebugType>Embedded</DebugType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down
3 changes: 2 additions & 1 deletion RandomSkunk.Results/RandomSkunk.Results.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PublishRepositoryUrl>True</PublishRepositoryUrl>
<EmbedUntrackedSources>True</EmbedUntrackedSources>
<DebugType>Embedded</DebugType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down

0 comments on commit 529ff00

Please sign in to comment.