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