From 8789131c50a4ef07f97ea5a5aa1f2a4145ba9d00 Mon Sep 17 00:00:00 2001 From: Jordi Polo Carres Date: Wed, 27 Mar 2019 19:00:26 -0700 Subject: [PATCH] Updates API key for uploading to nuget (#231) --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a5b2dd3..6d121fe 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ nuget: disable_publish_on_pr: true configuration: - Release -artifacts: +artifacts: - path: .\artifacts\*.nupkg name: NuGet environment: @@ -27,7 +27,7 @@ deploy: - provider: NuGet name: production api_key: - secure: Mewglv4qtQ2Z1VySya6Xzx2EHmf+8F01lNnUwmgQHjiQdmQPpijYf8MyZrhFvNWf + secure: /U9jebmr13NyJPUqTEItqBKxMEVUZWqD5scotuC33CVbfCevG+oepVUv/kvqPMJN on: branch: master - appveyor_repo_tag: true \ No newline at end of file + appveyor_repo_tag: true