Merge pull request #2012 from darrenstahlmsft/HostVersion
Print host version in appveyor setup steps
This commit is contained in:
commit
901a906663
@ -21,6 +21,8 @@ before_build:
|
|||||||
- 7z x go%GO_VERSION%.windows-amd64.zip -oC:\ >nul
|
- 7z x go%GO_VERSION%.windows-amd64.zip -oC:\ >nul
|
||||||
- go version
|
- go version
|
||||||
- choco install codecov
|
- choco install codecov
|
||||||
|
# Print host version. TODO: Remove this when containerd has a way to get host version
|
||||||
|
- ps: $psversiontable
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- bash.exe -elc "export PATH=/c/tools/mingw64/bin:/c/gopath/bin:$PATH;
|
- bash.exe -elc "export PATH=/c/tools/mingw64/bin:/c/gopath/bin:$PATH;
|
||||||
|
Loading…
Reference in New Issue
Block a user