version: '{build}' os: Visual Studio 2022 environment: BUILDING_ON_PLATFORM: win BuildEnvironment: appveyor Cap_MySql_ConnectionString: Server=localhost;Database=cap_test;Uid=root;Pwd=Password12!;Allow User Variables=True;SslMode=none services: - mysql before_build: - ps: dotnet tool install --global FlubuCore.GlobalTool --version 6.3.2 build_script: - ps: flubu test: off artifacts: - path: artifacts/** deploy: provider: NuGet on: appveyor_repo_tag: true api_key: secure: Q/7aMFCMA363iQv1r2fgW2PyvAFL3H409s9Pq8SgmYAbTH+c6ZQcYC9evHpipuNR skip_symbols: false artifact: /artifacts\/.+\.s?nupkg/