File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,8 @@ jobs:
113113 env :
114114 NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
115115 - name : Create Release NuGet package
116- run : dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }} -o nupkg src/$PROJECT_NAME/$PROJECT_NAME.*proj
116+ # run: dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }} -o nupkg src/$PROJECT_NAME/$PROJECT_NAME.*proj
117+ run : dotnet pack -v normal -c Release --include-symbols --include-source -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }} ./SharpHelpers/SharpHelpers.sln
117118# - name: Push to GitHub Feed
118119# run: |
119120# for f in ./nupkg/*.nupkg
@@ -123,4 +124,4 @@ jobs:
123124 - name : Publish the package to GitHub
124125 run : dotnet nuget push "*.nupkg" --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
125126 - name : Push to NuGet Feed
126- run : dotnet nuget push ./nupkg/ *.nupkg --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
127+ run : dotnet nuget push " *.nupkg" --source $NUGET_FEED --skip-duplicate --api-key $NUGET_KEY
You can’t perform that action at this time.
0 commit comments