RethinkDb.Driver.FSharp/appveyor.yml

12 lines
285 B
YAML

os: Visual Studio 2022
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