Skip to content

Commit 80d1f0d

Browse files
committed
limit fix
1 parent 799f5ee commit 80d1f0d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
restore-keys: |
3434
${{ runner.os }}-nuget-
3535
36+
- name: Remove Local Source for CI
37+
run: dotnet nuget remove source LocalNuGetPackages --configfile nuget.config
38+
3639
- name: Restore NuGet packages
3740
run: dotnet restore LunaDraw.csproj --configfile nuget.config
3841

0 commit comments

Comments
 (0)