From 57eccd2495baad5b4ecc6786989e5a511cb3c3a3 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Tue, 8 Dec 2020 09:47:27 +0100 Subject: [PATCH] Printing nuget token env var --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e9e9e0..ab915b3 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,9 +8,9 @@ jobs: executor: win/default steps: - checkout - - run: | - echo $NUGET_AUTH_TOKEN - echo ${NUGET_AUTH_TOKEN} + - run: echo NUGET_AUTH_TOKEN + - run: echo $NUGET_AUTH_TOKEN + - run: echo ${NUGET_AUTH_TOKEN} - run: name: Restore packages command: nuget restore GrasshopperAsyncComponent.sln