Skip to content

Commit 9ebf478

Browse files
committed
Auto merge of #59593 - pietroalbini:appveyor-version, r=alexcrichton
Print the appveyor agent version at the start of the build [AppVeyor support asked for this.](https://help.appveyor.com/discussions/problems/19657-successful-builds-failing-with-code-259#comment_47132359) r? @alexcrichton
2 parents eab3eb3 + 3c26f65 commit 9ebf478

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ clone_depth: 2
126126
build: false
127127

128128
install:
129+
# Print which AppVeyor agent version we're running on.
130+
- appveyor version
129131
# If we need to download a custom MinGW, do so here and set the path
130132
# appropriately.
131133
#

0 commit comments

Comments
 (0)