Skip to content

Commit

Permalink
Configure CI (no. 115)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed May 25, 2021
1 parent d6a5303 commit 9fc0473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/pipelines/ci.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
path: $(DOTVVM_ROOT)/artifacts
- task: Cache@2
inputs:
key: '"nuget" | "$(Agent.OS)" | **/packages.lock.json'
key: '"nuget" | "$(Agent.OS)" | **/*.csproj | **/packages.config'
path: $(DOTVVM_ROOT)/.nuget
- task: DotNetCoreCLI@2
inputs:
Expand All @@ -89,7 +89,7 @@ jobs:
- script: Xvfb $DISPLAY -screen 0 800x600x16 &
- task: Cache@2
inputs:
key: '"nuget" | "$(Agent.OS)" | **/packages.lock.json'
key: '"nuget" | "$(Agent.OS)" | **/*.csproj | **/packages.config'
path: $(DOTVVM_ROOT)/.nuget
- script: find $(DOTVVM_ROOT)/artifacts -type f -exec chmod +rwx {} \;
- script: |
Expand Down

0 comments on commit 9fc0473

Please sign in to comment.