From 2dc2d452e6c1c1932093b21af3b85bbacebbb03f Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Tue, 24 Jan 2023 11:03:43 +0100 Subject: [PATCH] Use new nuget context (#18) * Update config.yml Updated nuget API key to use contexts instead. * Updated config.yml --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b0efbb1..1feb211 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: command: cd GrasshopperAsyncComponent; nuget pack GrasshopperAsyncComponent.csproj -Prop Configuration=Release -Symbols -SymbolPackageFormat snupkg - run: name: Push NuGet - command: cd GrasshopperAsyncComponent; nuget push *.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey $env:NUGET_AUTH_TOKEN -SkipDuplicate + command: cd GrasshopperAsyncComponent; nuget push *.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey $env:NUGET_APIKEY -SkipDuplicate workflows: @@ -31,6 +31,5 @@ workflows: only: /^v.*/ branches: ignore: /.*/ - - - \ No newline at end of file + context: nuget +