Printing nuget token env var

This commit is contained in:
Alan Rynne
2020-12-08 09:47:27 +01:00
parent 04f11d4c2a
commit 57eccd2495
+3 -3
View File
@@ -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