Change appveyor.exe to be run as a tool
Open
Improvement
- Dominant language
- C#
- Stars
- 4.2k
- Forks
- 778
- Avg merge
- 3h 37m
- Merged PRs (30d)
- 21
Description
Right now, Cake simply shells out to the the underlying appveyor.exe. As a result, silent failures in things like UploadTestResults are not caught.
We should correctly handle appveyor.exe as a Tool, so that exit codes are correctly handled.
This was discussed here: https://github.com/cake-build/cake/issues/1097#issuecomment-234791625
Contributor guide
Assessment
This issue has not been assessed yet.