Skip to content

Commit

Permalink
Update to use new Docker images for .NET 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwokkan committed Nov 14, 2020
1 parent 06b1a5b commit bc9698f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parameters:
jobs:
init-workspace:
docker:
- image: mcr.microsoft.com/dotnet/core/sdk:3.1.403-buster
- image: mcr.microsoft.com/dotnet/sdk:3.1.403-buster
steps:
- checkout
- run: |
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

dotnet-build:
docker:
- image: mcr.microsoft.com/dotnet/core/sdk:3.1.403-buster
- image: mcr.microsoft.com/dotnet/sdk:3.1.403-buster
steps:
- attach_workspace:
at: .
Expand All @@ -59,7 +59,7 @@ jobs:
dotnet build << pipeline.parameters.solution >> --no-restore
dotnet-test:
docker:
- image: mcr.microsoft.com/dotnet/core/sdk:3.1.403-buster
- image: mcr.microsoft.com/dotnet/sdk:3.1.403-buster
steps:
- attach_workspace:
at: .
Expand All @@ -72,7 +72,7 @@ jobs:

dotnet-publish:
docker:
- image: mcr.microsoft.com/dotnet/core/sdk:3.1.403-buster
- image: mcr.microsoft.com/dotnet/sdk:3.1.403-buster
steps:
- attach_workspace:
at: .
Expand Down

0 comments on commit bc9698f

Please sign in to comment.