Skip to content

Commit 0d44f7f

Browse files
committed
update build
1 parent fe6f2a7 commit 0d44f7f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

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

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

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
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)