Skip to content

Commit baa5c8c

Browse files
committed
Print host version in appveyor setup steps
Signed-off-by: Darren Stahl <darst@microsoft.com>
1 parent bbb5b2f commit baa5c8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ before_build:
2121
- 7z x go%GO_VERSION%.windows-amd64.zip -oC:\ >nul
2222
- go version
2323
- choco install codecov
24+
# Print host version. TODO: Remove this when containerd has a way to get host version
25+
- ps: $psversiontable
2426

2527
build_script:
2628
- bash.exe -elc "export PATH=/c/tools/mingw64/bin:/c/gopath/bin:$PATH;

0 commit comments

Comments
 (0)