diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7cfc64bf..b69e2974 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -28,6 +28,8 @@ after_build: | |||
28 | - 7z a "build\testresults.zip" @src\testresultfilelist.txt | 28 | - 7z a "build\testresults.zip" @src\testresultfilelist.txt |
29 | 29 | ||
30 | on_finish: | 30 | on_finish: |
31 | - wevtutil epl Application build\logs\Application.evtx /q:"Event/System/TimeCreated[timediff(@SystemTime) <= 86400000]" | ||
32 | - wevtutil epl System build\logs\System.evtx /q:"Event/System/TimeCreated[timediff(@SystemTime) <= 86400000]" | ||
31 | - ps: 7z a ('temp_logs_' + (Get-Date).tostring("yyyyMMddHHmmss") + '.zip') $env:TEMP\*.log $env:TEMP\..\*.log | 33 | - ps: 7z a ('temp_logs_' + (Get-Date).tostring("yyyyMMddHHmmss") + '.zip') $env:TEMP\*.log $env:TEMP\..\*.log |
32 | - ps: 7z a ('build_logs_' + (Get-Date).tostring("yyyyMMddHHmmss") + '.zip') build\logs\ build\logs\TestResults\ | 34 | - ps: 7z a ('build_logs_' + (Get-Date).tostring("yyyyMMddHHmmss") + '.zip') build\logs\ build\logs\TestResults\ |
33 | - ps: Push-AppveyorArtifact temp_logs_*.zip | 35 | - ps: Push-AppveyorArtifact temp_logs_*.zip |