Skip to content

Commit

Permalink
Adjust Appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
muratiakos committed Jan 5, 2018
1 parent 29b6dca commit 1f5a866
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
os: WMF 5
install:
- cinst pester

build: false

test_script:
- ps: $res = Invoke-Pester -Path ".\Tests" -OutputFormat NUnitXml -OutputFile TestsResults.xml -PassThru
- ps: (New-Object 'System.Net.WebClient').UploadFile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\TestsResults.xml))
- ps: if ($res.FailedCount -gt 0) { throw "$($res.FailedCount) tests failed."}
- ps: . .\build.ps1

0 comments on commit 1f5a866

Please sign in to comment.