Skip to content

Commit

Permalink
Configure CI (no. 54)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 15, 2021
1 parent ab7f70a commit 6a8cfba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ jobs:

- job: owinBuild
displayName: Build OWIN projects (Windows)
pool:
vmImage: windows-latest
pool: DockerAgents
steps:
- task: Cache@2
inputs:
Expand Down Expand Up @@ -132,8 +131,7 @@ jobs:

- job: uiTestsOwin
displayName: Run UI tests (Windows)
pool:
vmImage: windows-2019
pool: DockerAgents
container: registry.gitlab.com/cafstep/dotvvm-test/dotvvm:windows
dependsOn: owinBuild
steps:
Expand Down

0 comments on commit 6a8cfba

Please sign in to comment.