enable Windows Server 2016 in CI (#34127)

* enable Windows Server 2016 in CI
* avoid use of Write-Host in config script
This commit is contained in:
Matt Davis 2018-01-09 17:22:24 -08:00 committed by Matt Clay
commit fbce62795d
4 changed files with 13 additions and 2 deletions

View file

@ -33,6 +33,7 @@ if [ -s /tmp/windows.txt ] || [ "${CHANGED:+$CHANGED}" == "" ]; then
--windows 2008-R2_SP1
--windows 2012-RTM
--windows 2012-R2_RTM
--windows 2016-English-Full-Base
)
else
echo "No changes requiring integration tests specific to Windows were detected."