RethinkDb.Driver.FSharp/appveyor.yml

12 lines
285 B
YAML
Raw Normal View History

2022-04-12 03:38:42 +00:00
os: Visual Studio 2022
2017-07-17 01:18:47 +00:00
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
2017-07-17 01:18:47 +00:00
artifacts:
- path: artifacts\nupkg\*.nupkg
2017-07-17 01:20:57 +00:00
test: off