[geos-commits] r4352 - trunk

Mateusz Loskot mateusz at loskot.net
Tue Mar 21 02:12:22 PDT 2017


Author: mloskot
Date: 2017-03-21 02:12:22 -0700 (Tue, 21 Mar 2017)
New Revision: 4352

Modified:
   trunk/appveyor.yml
Log:
AppVeyor: Add missing ps1 color

Modified: trunk/appveyor.yml
===================================================================
--- trunk/appveyor.yml	2017-03-21 09:09:15 UTC (rev 4351)
+++ trunk/appveyor.yml	2017-03-21 09:12:22 UTC (rev 4352)
@@ -26,7 +26,7 @@
       GENERATOR: "Visual Studio 14 2015 Win64"
 
 init:
-  - ps: 'Write-Host "Building GEOS branch: $env:APPVEYOR_REPO_BRANCH" -ForegroundColor'
+  - ps: 'Write-Host "Building GEOS branch: $env:APPVEYOR_REPO_BRANCH" -ForegroundColor Magenta'
   #- ps: |
   #  Write-Host "Build worker environment variables:" -ForegroundColor Magenta
   #      Get-ChildItem Env: | %{"{0}={1}" -f $_.Name,$_.Value}



More information about the geos-commits mailing list