We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d22671 commit 5f00016Copy full SHA for 5f00016
.github/workflows/publish-packages.yml
@@ -25,11 +25,11 @@ jobs:
25
PROJECT_FILE_PATH: src/Ragnarok.AgentApi/Ragnarok.AgentApi.csproj
26
VERSION_FILE_PATH: Directory.Build.props
27
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
28
- INCLUDE_SYMBOLS: true
+ INCLUDE_SYMBOLS: false
29
- name: Publish Hosted Service
30
uses: brandedoutcast/publish-nuget@v2.5.2
31
with:
32
PROJECT_FILE_PATH: src/Ragnarok.HostedService/Ragnarok.HostedService.csproj
33
34
35
0 commit comments