Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- 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/
|