Merge branch 'users/nugetninja/evergreen' into 'master'
Auto dependencies upgrade by bot. See merge request aiursoft/chessserver!157
This commit is contained in:
+4
-1
@@ -19,7 +19,10 @@ variables:
|
|||||||
restore:
|
restore:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
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:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|||||||
Reference in New Issue
Block a user