From e45abd66293597bc5cf8e7bc193c659a3b42e7b2 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Thu, 20 Feb 2020 00:04:49 +0300 Subject: [PATCH] update build configuration --- Retailcrm/Retailcrm.nuspec | 2 +- appveyor.yml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Retailcrm/Retailcrm.nuspec b/Retailcrm/Retailcrm.nuspec index a2f15f3..f73d094 100644 --- a/Retailcrm/Retailcrm.nuspec +++ b/Retailcrm/Retailcrm.nuspec @@ -12,7 +12,7 @@ false Multiversion API client for retailCRM Fix POST request for big data - Copyright 2017-2019 + Copyright 2017-2020 crm ecommerce retailcrm sdk \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 6838956..c5070a8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,6 @@ environment: RETAILCRM_USER: secure: tClF7XYbv+nGE5WpZIF7ng== before_build: - - nuget restore +- ps: nuget restore build: - publish_nuget: true - verbosity: minimal + verbosity: minimal \ No newline at end of file