Commit 78faa9fe authored by Jeremy Bokobza's avatar Jeremy Bokobza

need to use single quote when env vars are used

parent 253ad78e
......@@ -43,8 +43,8 @@ environment:
# build cache to preserve files/folders between builds
cache:
- $env:APPVEYOR_BUILD_FOLDER/Breeze.UI/node_modules
- '%USERPROFILE%\.nuget\packages
- '%APPVEYOR_BUILD_FOLDER%/Breeze.UI/node_modules'
- '%USERPROFILE%\.nuget\packages'
init:
- ps: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment