Skip to content

Commit

Permalink
Use embedded symbols for NuGet packages
Browse files Browse the repository at this point in the history
This way symbols packages are not required (I think).
  • Loading branch information
gabrielweyer committed Jan 30, 2022
1 parent 13b6e47 commit 9429d3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'True'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
Expand Down
1 change: 0 additions & 1 deletion src/ExtraLogic/ExtraLogic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
<AssemblyName>Contoso.Hello.ExtraLogic</AssemblyName>
<RootNamespace>Contoso.Hello.ExtraLogic</RootNamespace>
<IsPackable>false</IsPackable>
<DebugType>embedded</DebugType>
</PropertyGroup>
</Project>

0 comments on commit 9429d3d

Please sign in to comment.