From 9c4843cbd6192ee787c1d4d9bde4b4872dc24c24 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Sun, 1 Mar 2020 20:29:06 +0100 Subject: [PATCH] Trying to directly push to chocolatey --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 925300f..aa7afbc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ jobs: binaryversion: '11' steps: - checkout - - run: [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) + - run: iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) - run: .\build.ps1 - run: choco apikey --key $CHOCO_API_KEY --source https://push.chocolatey.org - run: choco push chicken.$version.nupkg --source https://push.chocolatey.org