We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799f5ee commit 80d1f0dCopy full SHA for 80d1f0d
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -33,6 +33,9 @@ jobs:
33
restore-keys: |
34
${{ runner.os }}-nuget-
35
36
+ - name: Remove Local Source for CI
37
+ run: dotnet nuget remove source LocalNuGetPackages --configfile nuget.config
38
+
39
- name: Restore NuGet packages
40
run: dotnet restore LunaDraw.csproj --configfile nuget.config
41
0 commit comments