Skip to content

Commit

Permalink
Configure CI (no. 129)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Jun 5, 2021
1 parent f7d6361 commit 46332d2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .azure/pipelines/ci.yml
Expand Up @@ -39,18 +39,19 @@ 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'
path: $(DOTVVM_ROOT)/src/packages
- powershell: ./ci/windows/run.ps1
displayName: run.ps1
failOnStderr: false
errorActionPreference: continue
- task: PublishTestResults@2
inputs:
testResultsFormat: VSTest
Expand Down

0 comments on commit 46332d2

Please sign in to comment.