RethinkDb.Driver.FSharp/appveyor.yml
Daniel J. Summers 402f66f5fa AppVeyor issue workaround
NuGet CDN problem
2017-07-17 21:20:06 -05:00

14 lines
324 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
hosts:
api.nuget.org: 93.184.221.200