Skip to content

Commit

Permalink
Configure CI (no. 127)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Jun 5, 2021
1 parent 671ca3e commit 3e864fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .azure/pipelines/ci.yml
Expand Up @@ -39,11 +39,11 @@ jobs:
workspace:
clean: all
steps:
- task: Cache@2
inputs:
key: '"npm" | "$(Agent.OS)" | src/DotVVM.Framework/package.json'
path: $(DOTVVM_ROOT)/.npm
restoreKeys: '"npm" | "$(Agent.OS)"'
# - task: Cache@2
# inputs:
# key: '"npm" | "$(Agent.OS)" | src/DotVVM.Framework/package.json'
# path: $(DOTVVM_ROOT)/.npm
# restoreKeys: '"npm" | "$(Agent.OS)"'
- task: Cache@2
inputs:
key: '"nuget" | "$(Agent.OS)" | **/*.csproj | **/packages.config'
Expand Down

0 comments on commit 3e864fa

Please sign in to comment.