From 5eee7a343be029802dee9d9c0dfb8f95d9f4ba57 Mon Sep 17 00:00:00 2001 From: Gennadiy Civil Date: Wed, 12 Sep 2018 10:33:31 -0400 Subject: Update appveyor.yml --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index b1da655f..1e3102e9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,6 +38,7 @@ install: - ps: | Write-Output "Compiler: $env:compiler" Write-Output "Generator: $env:generator" + Write-Output "Env:Configuation: $env:configuration" if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) { Write-Output "This is *NOT* a pull request build" } else { -- cgit v1.2.3