We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61e00e commit fc5ca17Copy full SHA for fc5ca17
.github/workflows/lib-publish-nuget-org.yml
@@ -36,6 +36,7 @@ jobs:
36
5.0.x
37
6.0.x
38
7.0.x
39
+ 8.0.x
40
- name: 🏗 Build, Pack and Publish to Nuget.org
41
run: |
42
dotnet pack ${{ inputs.base-path }}${{ inputs.source-path }}${{ inputs.project-name }}/${{ inputs.project-name }}.csproj --configuration Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
0 commit comments