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 f4f3611 commit dd099d8Copy full SHA for dd099d8
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
with:
65
name: 'windows-latest'
66
- name: 'Dotnet NuGet Add Source'
67
- run: dotnet nuget add source https://nuget.pkg.github.com/RehanSaeed --name GitHub --username RehanSaeed --password ${{secrets.GITHUB_TOKEN}}
+ run: dotnet nuget add source https://nuget.pkg.github.com/RehanSaeed/index.json --name GitHub --username RehanSaeed --password ${{secrets.GITHUB_TOKEN}}
68
shell: pwsh
69
- name: 'Dotnet NuGet Push'
70
run: dotnet nuget push .\windows-latest\*.nupkg --source GitHub --skip-duplicate
0 commit comments