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 1bcb62d commit d79fddcCopy full SHA for d79fddc
.github/workflows/wfnetcorev2.yaml
@@ -87,6 +87,8 @@ jobs:
87
# source-url: https://nuget.pkg.github.com/shaprcode-it/index.json
88
- name: Add Github feed
89
run: dotnet nuget add source --username iscifoni --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/shaprcode-it/index.json"
90
+ - name: Add Github feed
91
+ run: dotnet nuget add source --username iscifoni --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github2 "https://nuget.HOSTNAME/NAMESPACE/index.json"
92
- name: List sources
93
run: dotnet nuget list source
94
0 commit comments