-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path_0_offline_restore.cmd
More file actions
20 lines (16 loc) · 1.14 KB
/
Copy path_0_offline_restore.cmd
File metadata and controls
20 lines (16 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
set NuGetAudit=false
dotnet restore --ignore-failed-sources --source %USERPROFILE%\.nuget\packages -v diag
dotnet tool restore --ignore-failed-sources --add-source %USERPROFILE%\.nuget\packages -v diag
pause
dotnet tool restore --ignore-failed-sources --add-source https://nuget.devneeds.ir/repository/nuget/index.json -v diag
pause
dotnet list package --outdated --source https://nuget.devneeds.ir/repository/nuget/index.json
dotnet list package --outdated --source https://mirror2.chabokan.net/nuget/v3/index.json
pause
dotnet restore --ignore-failed-sources -v diag --source https://nuget.devneeds.ir/repository/nuget/index.json
dotnet restore --ignore-failed-sources -v diag --source https://mirror2.chabokan.net/nuget/v3/index.json
dotnet restore --ignore-failed-sources -v diag --source https://mirror.abrha.net/repository/nuget/index.json
dotnet restore --ignore-failed-sources -v diag --source https://mirror-nuget.runflare.com/v3/index.json
dotnet restore --ignore-failed-sources -v diag --source https://package-mirror.liara.ir/repository/nuget/index.json
dotnet restore --ignore-failed-sources -v diag --source https://api.nuget.org/v3/index.json
pause