Skip to content

Commit 39aa621

Browse files
committed
new symbol package format
1 parent 12b91f9 commit 39aa621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nuget.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ jobs:
4848

4949
- name: Pack
5050
working-directory: src/Science.Cryptography.Ciphers
51-
run: dotnet pack --configuration Release --include-symbols --version-suffix "preview.${{ github.run_number }}"
51+
run: dotnet pack --configuration Release --version-suffix "preview.${{ github.run_number }}" -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
5252

5353
- name: Pack
5454
working-directory: src/Science.Cryptography.Ciphers.Specialized
55-
run: dotnet pack --configuration Release --include-symbols --version-suffix "preview.${{ github.run_number }}"
55+
run: dotnet pack --configuration Release --version-suffix "preview.${{ github.run_number }}" -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
5656

5757
- name: Pack
5858
working-directory: src/Science.Cryptography.Ciphers.Analysis
59-
run: dotnet pack --configuration Release --include-symbols --version-suffix "preview.${{ github.run_number }}"
59+
run: dotnet pack --configuration Release --version-suffix "preview.${{ github.run_number }}" -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
6060

6161
- name: Upload artifact
6262
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)