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 247816e commit 0253ff9Copy full SHA for 0253ff9
1 file changed
.github/workflows/Release.yml
@@ -128,7 +128,7 @@ jobs:
128
129
- name: Set NuGet Source
130
run: |
131
- dotnet nuget add source "https://api.nuget.org/v3/index.json" --name "nuget.org" --default
+ dotnet nuget add source "https://api.nuget.org/v3/index.json" --name "nuget.org"
132
133
- name: Restore Dependencies
134
run: dotnet restore
0 commit comments