Skip to content

Commit d79fddc

Browse files
authored
Update wfnetcorev2.yaml
1 parent 1bcb62d commit d79fddc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wfnetcorev2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
# source-url: https://nuget.pkg.github.com/shaprcode-it/index.json
8888
- name: Add Github feed
8989
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"
9092
- name: List sources
9193
run: dotnet nuget list source
9294
- name: List sources

0 commit comments

Comments
 (0)