Files
Shodan.Net/appveyor.yml
2016-05-21 19:25:11 -04:00

13 lines
407 B
YAML

version: 1.0.{build}
configuration: Release
before_build:
- ps: >-
(new-object net.webclient).DownloadFile('https://download.microsoft.com/download/4/6/1/46116DFF-29F9-4FF8-94BF-F9BE05BE263B/packages/DotNetCore.1.0.0.RC2-SDK.Preview1-x64.exe','core.exe')
core.exe /install /quiet /norestart
dotnet restore
build:
verbosity: minimal
test_script:
- cmd: dotnet test .\src\Shodan.Net.UnitTests\