Skip to content

Commit f2957bc

Browse files
authored
Update wfnetcorev2.yaml
1 parent 36ed252 commit f2957bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/wfnetcorev2.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)