Skip to content

Commit

Permalink
Configure CI (no. 22)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 13, 2021
1 parent 14ea497 commit b3e0294
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ jobs:
command: restore
projects: src/@(DotVVM.Samples.BasicSamples.AspNetCoreLatest|DotVVM.Samples.Tests)
packagesDirectory: $(DOTVVM_ROOT)/.nuget
- script: dotnet run --project $DOTVVM_ROOT/src/DotVVM.Samples.BasicSamples.AspNetCoreLatest --configuration Release --urls http://localhost:16018/ &
- task: DotNetCoreCLI@2
inputs:
command: run
projects: src/DotVVM.Samples.BasicSamples.AspNetCoreLatest
arguments: --no-build --configuration Release --urls http://localhost:16018/
- task: DotNetCoreCLI@2
inputs:
command: test
Expand Down

0 comments on commit b3e0294

Please sign in to comment.