Skip to content

Commit

Permalink
Configure CI (no. 55)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 15, 2021
1 parent 6a8cfba commit beb13d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
inputs:
key: '"nuget" | "$(Agent.OS)" | **/packages.lock.json'
path: $(DOTVVM_ROOT)/.nuget
restoreKeys: '"nuget" | "$(Agent.OS)"'
- task: DotNetCoreCLI@2
inputs:
command: restore
Expand Down Expand Up @@ -57,7 +56,6 @@ jobs:
inputs:
key: '"nuget" | "$(Agent.OS)" | **/packages.lock.json'
path: $(DOTVVM_ROOT)/.nuget
restoreKeys: '"nuget" | "$(Agent.OS)"'
- task: DotNetCoreCLI@2
inputs:
command: test
Expand Down Expand Up @@ -115,9 +113,8 @@ jobs:
workingDirectory: src/DotVVM.Framework
- task: Cache@2
inputs:
key: '"nuget" | "$(Agent.OS)" | **/packages.lock.json'
key: '"nuget-owin" | "$(Agent.OS)" | **/packages.lock.json'
path: $(Build.SourcesDirectory)/src/packages
restoreKeys: '"nuget" | "$(Agent.OS)"'
- task: NuGetCommand@2
inputs:
command: restore
Expand Down

0 comments on commit beb13d2

Please sign in to comment.