Removed test for appveyor.yml

This commit is contained in:
Travis Plunk 2016-07-20 14:48:36 -07:00
parent 441b105fd8
commit a51618aa4c

View File

@ -58,12 +58,6 @@ test_script:
{
throw "$($x.'test-results'.failures) tests in test/fullCLR failed"
}
#
# Portable module test
Write-Host -Foreground Green 'Test use of cross-platform binary module'
Import-Module ./docs/cmdlet-example/bin/Debug/netstandard1.3/SendGreeting.dll
Send-Greeting -Name World
on_finish:
- ps: |