Skip to content

Commit

Permalink
Configure CI (no. 40)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 13, 2021
1 parent 516acd7 commit 25cd086
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .azure/pipelines/ci.yml
Expand Up @@ -81,12 +81,12 @@ jobs:
- script: |
dotnet run --project src/DotVVM.Samples.BasicSamples.AspNetCoreLatest \
--no-build \
--configuration Release \
--configuration $(BUILD_CONFIGURATION) \
--urls http://localhost:16018/ &
- task: DotNetCoreCLI@2
inputs:
command: test
projects: src/DotVVM.Samples.Tests
arguments: --no-build --configuration $(BUILD_CONFIGURATION)
publishTestResults: true
- script: |
dotnet test src/DotVVM.Samples.Tests \
--no-build \
--configuration $(BUILD_CONFIGURATION) \
--logger trx \
--results-directory $(Agent.TempDirectory)
continueOnError: true

0 comments on commit 25cd086

Please sign in to comment.