We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d2993 commit fa7dd82Copy full SHA for fa7dd82
.github/workflows/publish-nuget.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: battila7/get-version-action@v2
36
37
- name: Pack project
38
- run: dotnet pack ${{ env.PROJECT_PATH }} --no-restore --no-build --configuration Release --include-symbols -p:PackageVersion=${{ steps.get_version.outputs.version-without-v }} --output ${{ env.PACKAGE_OUTPUT_PATH }}
+ run: dotnet pack ${{ env.PROJECT_PATH }} --no-restore --no-build --configuration Release -p:PackageVersion=${{ steps.get_version.outputs.version-without-v }} --output ${{ env.PACKAGE_OUTPUT_PATH }}
39
40
- name: Push package
41
run: dotnet nuget push ${{ env.PACKAGE_OUTPUT_PATH }}\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s ${{ env.NUGET_SOURCE_URL }}
0 commit comments