We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f48a08 commit f6af112Copy full SHA for f6af112
.github/workflows/dotnet.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Create Packages
58
if: success() && github.event_name != 'pull_request'
59
- run: dotnet pack --configuration Release --include-symbols --include-source --no-build --output "${{env.BUILD_PATH}}"
+ run: dotnet pack --configuration Release --no-build --output "${{env.BUILD_PATH}}"
60
61
- name: Upload Packages
62
src/Directory.Build.props
@@ -19,6 +19,7 @@
19
<PropertyGroup Label="Debug">
20
<DebugType>embedded</DebugType>
21
<EmbedUntrackedSources>true</EmbedUntrackedSources>
22
+ <IncludeSymbols>false</IncludeSymbols>
23
</PropertyGroup>
24
25
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
0 commit comments