Merge pull request #2012 from darrenstahlmsft/HostVersion

Print host version in appveyor setup steps
This commit is contained in:
Akihiro Suda 2018-01-17 19:48:27 +09:00 committed by GitHub
commit 901a906663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,8 @@ before_build:
- 7z x go%GO_VERSION%.windows-amd64.zip -oC:\ >nul
- go version
- choco install codecov
# Print host version. TODO: Remove this when containerd has a way to get host version
- ps: $psversiontable
build_script:
- bash.exe -elc "export PATH=/c/tools/mingw64/bin:/c/gopath/bin:$PATH;