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 ff17f98 commit d57be70Copy full SHA for d57be70
.github/workflows/codeql.yml
@@ -62,6 +62,7 @@ jobs:
62
- name: Configure custom NuGet sources
63
run: |
64
dotnet nuget add source https://www.myget.org/F/emgprivate/auth/${{ secrets.EMG_PRIVATE_API_KEY }}/api/v3/index.json -n EMGPrivate
65
+ dotnet nuget add source https://www.myget.org/F/emg/api/v3/index.json -n EMGPublic
66
dotnet nuget list source
67
68
# Initializes the CodeQL tools for scanning.
0 commit comments