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
This commit is contained in:
commit
9ebf47851a
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ clone_depth: 2
|
|||
build: false
|
||||
|
||||
install:
|
||||
# Print which AppVeyor agent version we're running on.
|
||||
- appveyor version
|
||||
# If we need to download a custom MinGW, do so here and set the path
|
||||
# appropriately.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue