mirror of
https://github.com/retailcrm/api-client-dotnet.git
synced 2024-11-21 20:36:02 +03:00
32 lines
744 B
YAML
32 lines
744 B
YAML
|
version: 5.1.{build}
|
||
|
pull_requests:
|
||
|
do_not_increment_build_number: true
|
||
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
skip_tags: true
|
||
|
image: Visual Studio 2019
|
||
|
configuration: Release
|
||
|
platform: Any CPU
|
||
|
environment:
|
||
|
RETAILCRM_URL:
|
||
|
secure: +XvDVl4qowEEYYTdURDytjGjtBPeyehSzCqQs4XcavM=
|
||
|
RETAILCRM_KEY:
|
||
|
secure: xRC/iy3F1W4PCS1V1eiruJv4Sdj4A9Ln2s36fp0MtgiiIdGDHeK+Qmlm+eHAZgjh
|
||
|
RETAILCRM_SITE:
|
||
|
secure: 2w6OVirZRJLlkzME0kpXzQ==
|
||
|
RETAILCRM_STORE:
|
||
|
secure: UCnYSIgosQyIqtVwDrVv4w==
|
||
|
RETAILCRM_USER:
|
||
|
secure: tClF7XYbv+nGE5WpZIF7ng==
|
||
|
build:
|
||
|
publish_nuget: true
|
||
|
verbosity: minimal
|
||
|
deploy:
|
||
|
- provider: NuGet
|
||
|
api_key:
|
||
|
secure: bFrR6FUHRJ8ZboQJWIbnPK4GHrje639D4DurAGyGWYxVX1aewPGsf2akmIcD2/33
|
||
|
skip_symbols: false
|
||
|
on:
|
||
|
branch: master
|