We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423b2f8 commit ffd61f8Copy full SHA for ffd61f8
.evergreen/config.yml
@@ -12,7 +12,7 @@ stepback: true
12
# Actual testing tasks are marked with `type: test`
13
command_type: system
14
15
-# Protect ourself against rogue test case, or curl gone wild, that runs forever
+# Protect ourselves against rogue test case, or curl gone wild, that runs forever
16
# Good rule of thumb: the averageish length a task takes, times 5
17
# That roughly accounts for variable system performance for various buildvariants
18
exec_timeout_secs: 3600 # 60 minutes is the longest we'll ever run (primarily
@@ -1154,6 +1154,7 @@ tasks:
1154
- func: "build release"
1155
vars:
1156
VERSION: "3.7"
1157
+ - func: "upload release"
1158
1159
- name: "release-windows"
1160
tags: ["release_tag"]
0 commit comments