We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd276c commit 09bc5a3Copy full SHA for 09bc5a3
.github/workflows/nuget-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Pack with symbols
34
run: |
35
VERSION=${GITHUB_REF_NAME}
36
- dotnet pack RestSharp.Authenticators.Digest/RestSharp.Authenticators.Digest.csproj \
+ dotnet pack \
37
--configuration Release \
38
-p:Version=$VERSION \
39
-p:IncludeSymbols=true \
0 commit comments