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 353678e commit 1bcb62dCopy full SHA for 1bcb62d
.github/workflows/wfnetcorev2.yaml
@@ -86,7 +86,7 @@ jobs:
86
dotnet-version: 7.x
87
# source-url: https://nuget.pkg.github.com/shaprcode-it/index.json
88
- name: Add Github feed
89
- run: dotnet nuget add source --username $GITHUB_USER --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/shaprcode-it/index.json"
+ 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: List sources
91
run: dotnet nuget list source
92
0 commit comments