Skip to content

Commit

Permalink
Configure CI (no. 14)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 12, 2021
1 parent 0610ea0 commit 4b85fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/pipelines/ci.yml
Expand Up @@ -27,10 +27,10 @@ jobs:
steps:
- download: current
artifact: crossplatformBuild
- script: mv $(Pipeline.Workspace)/crossplatformBuild $(DOTVVM_ROOT)/artifacts
- script: mv $(Pipeline.Workspace)/crossplatformBuild $(DOTVVM_ROOT)/artifacts && ls $(DOTVVM_ROOT)/artifacts
- task: DotNetCoreCLI@2
inputs:
command: test
projects: src/DotVVM.Framework.Tests.Common
noBuild: true
publishTestResuts: true
publishTestResults: true

0 comments on commit 4b85fbd

Please sign in to comment.