Skip to content

Commit 5f00016

Browse files
author
0phios
committed
workflow - include_symbols: false
1 parent 6d22671 commit 5f00016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
PROJECT_FILE_PATH: src/Ragnarok.AgentApi/Ragnarok.AgentApi.csproj
2626
VERSION_FILE_PATH: Directory.Build.props
2727
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
28-
INCLUDE_SYMBOLS: true
28+
INCLUDE_SYMBOLS: false
2929
- name: Publish Hosted Service
3030
uses: brandedoutcast/publish-nuget@v2.5.2
3131
with:
3232
PROJECT_FILE_PATH: src/Ragnarok.HostedService/Ragnarok.HostedService.csproj
3333
VERSION_FILE_PATH: Directory.Build.props
3434
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
35-
INCLUDE_SYMBOLS: true
35+
INCLUDE_SYMBOLS: false

0 commit comments

Comments
 (0)