Auto csproj fix and update by bot.

This commit is contained in:
Nuget Ninja
2025-10-14 05:02:32 +00:00
parent 8522842f8d
commit 4f1720532b
+4 -1
View File
@@ -19,7 +19,10 @@ variables:
restore:
stage: build
script:
- dotnet restore --no-cache --configfile nuget.config
- |
dotnet restore --no-cache --configfile nuget.config || \
(echo "Restore failed. Retrying in 10 seconds..." && sleep 10 && dotnet restore --no-cache --configfile nuget.config) || \
(echo "Restore failed again. Retrying in 20 seconds..." && sleep 20 && dotnet restore --no-cache --configfile nuget.config)
build:
stage: build