We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ccb06 commit 5fcd64cCopy full SHA for 5fcd64c
.github/workflows/wfnetcorev2.yaml
@@ -79,6 +79,8 @@ jobs:
79
name: nupkg
80
- name: Display structure of downloaded files
81
run: ls -R
82
+ - name: List sources
83
+ run: dotnet nuget list source
84
- name: Publish the package to GitHub
85
run: dotnet nuget push "*.nupkg"
86
deploy:
0 commit comments