Skip to content

Commit

Permalink
Remove cache management in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanicom committed Nov 2, 2023
1 parent 42a2e27 commit 1f93496
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ version: 1.0.{build}
image: Visual Studio 2022
skip_branch_with_pr: true
install:
- node -v
- npm -v
- npm install sonar-scanner -g
- npm install -g snyk
- npm install -g @angular/cli
- curl -o codecov.exe https://uploader.codecov.io/latest/windows/codecov.exe
cache:
- C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
- C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
- frontend\node_modules -> package.json # local npm modules
# cache:
# - C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
# - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
# - frontend\node_modules -> package.json # local npm modules
build_script:
- ps: .\rebuild.ps1
after_build:
Expand Down

0 comments on commit 1f93496

Please sign in to comment.