RethinkDb.Driver.FSharp/appveyor.yml
Daniel J. Summers fdd95bfe95 Tooling
Added sln file, modified AppVeyor to reference it
2017-07-16 20:31:07 -05:00

12 lines
285 B
YAML

os: Visual Studio 2017
build_script:
- cmd: dotnet restore src\RethinkDb.Driver.FSharp.sln
- cmd: dotnet build -v n src\RethinkDb.Driver.FSharp.sln
- cmd: dotnet pack src\RethinkDb.Driver.FSharp.sln -o %CD%\artifacts\nupkg
artifacts:
- path: artifacts\nupkg\*.nupkg
test: off