There was an error while loading. Please reload this page.
1 parent 9fbd15b commit 9180c22Copy full SHA for 9180c22
1 file changed
.github/workflows/build.yml
@@ -18,9 +18,6 @@ jobs:
18
with:
19
dotnet-version: 10.0.x
20
21
- - name: Install NuGet credential provider
22
- run: dotnet nuget add source https://api.nuget.org/v3/index.json --name nuget.org || true
23
-
24
- name: Build
25
run: dotnet build --configuration Release
26
0 commit comments