From 0fd7337b9e33fab03aeb7903aba4ecd7ca941f24 Mon Sep 17 00:00:00 2001 From: ulvii Date: Thu, 30 Mar 2017 10:29:08 -0700 Subject: [PATCH] Undoing changes to appveyor.yml Undoing changes, because there is another pull request that fixes the issue --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0c0d8fb4..358ebb0a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -167,9 +167,9 @@ after_test: - cd %APPVEYOR_BUILD_FOLDER%\test\ - python output.py - ps: $files = Get-ChildItem sqlsrv\*.diff - - ps: foreach($file in $files){ls $file; more $file} + - ps: foreach($file in $files){ls $file; more $file; more "$file.out"} - ps: $files = Get-ChildItem pdo_sqlsrv\*.diff - - ps: foreach($file in $files){ls $file; more $file} + - ps: foreach($file in $files){ls $file; more $file; more "$file.out"} - ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\nativeresult1.xml)) - ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\nativeresult2.xml)) - ps: >-