No need to get xml contents

This commit is contained in:
Jenny Tam 2017-11-18 11:07:53 -08:00
parent 1853abed85
commit db9587f844

View file

@ -218,7 +218,6 @@ after_test:
#- cd %APPVEYOR_BUILD_FOLDER%\test\functional\
# there is only one xml file if running tests with coverage analysis
- ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\nativeresult1.xml))
- ps: [xml]$results = Get-Content nativeresult1.xml ;
- ps: $result2Exists = Test-Path "nativeresult2.xml"
- ps: >-
If ($result2Exists -eq $true) {