From bd12b1c93af85f8e1d99a266b54d349d33e75d7e Mon Sep 17 00:00:00 2001 From: Scott Xu Date: Tue, 12 Apr 2022 21:00:52 +0800 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ade08c19..1c21c653 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ configuration: Release -image: Visual Studio 2017 +image: Visual Studio 2022 init: - ps: >- @@ -43,6 +43,6 @@ artifacts: deploy: provider: NuGet api_key: - secure: Sn05A/FiUAlID5v31uaf5EZuYCSo4frLONtrCY+cwY265dU2JUZsl2+sjVeLQyz/ + secure: MgcHlxjQ6r/qVrOqrfPOqohB0KilPGA5ogx4/L6viXQGI7lj6k0HrmI+6dC9BnxI on: appveyor_repo_tag: true \ No newline at end of file