Skip to content

Commit

Permalink
Configure CI (no. 113)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed May 25, 2021
1 parent b1da96f commit 7485bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
workingDirectory: src/DotVVM.Framework
- 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 Down

0 comments on commit 7485bcc

Please sign in to comment.