Skip to content

Commit f6af112

Browse files
committed
update build
1 parent 4f48a08 commit f6af112

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Create Packages
5858
if: success() && github.event_name != 'pull_request'
59-
run: dotnet pack --configuration Release --include-symbols --include-source --no-build --output "${{env.BUILD_PATH}}"
59+
run: dotnet pack --configuration Release --no-build --output "${{env.BUILD_PATH}}"
6060

6161
- name: Upload Packages
6262
if: success() && github.event_name != 'pull_request'

src/Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<PropertyGroup Label="Debug">
2020
<DebugType>embedded</DebugType>
2121
<EmbedUntrackedSources>true</EmbedUntrackedSources>
22+
<IncludeSymbols>false</IncludeSymbols>
2223
</PropertyGroup>
2324

2425
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

0 commit comments

Comments
 (0)