Skip to content

Commit

Permalink
Specify docker images as resource
Browse files Browse the repository at this point in the history
Ah, too tired :-(
  • Loading branch information
gfoidl committed Nov 30, 2021
1 parent 1c3b3f4 commit a558a19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .azure/pipelines/ci-outer-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ schedules:
include:
- master

resources:
containers:
- container: dotnet-sdk-60
image: mcr.microsoft.com/dotnet/sdk:6.0

- container: dotnet-sdk-31
image: mcr.microsoft.com/dotnet/sdk:3.1

stages:
- stage: Build_Test
jobs:
Expand Down
6 changes: 3 additions & 3 deletions .azure/pipelines/jobs/e2e_tests_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
strategy:
matrix:
net60:
sdk_image: mcr.microsoft.com/dotnet/sdk:6.0
imageName: dotnet-sdk-60
TRX2JUNIT_VECTORS_ENABLED: true
net31:
sdk_image: mcr.microsoft.com/dotnet/sdk:3.1
container: $(sdk_image)
imageName: dotnet-sdk-31
container: $(imageName)
steps:
- bash: |
sudo apt update
Expand Down

0 comments on commit a558a19

Please sign in to comment.