Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #184 from North-Two-Five/master
Browse files Browse the repository at this point in the history
Changed circle Ci config.yml
  • Loading branch information
pooyaj authored Aug 26, 2021
2 parents eac609e + 8f4bcce commit efd3eb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
test:
working_directory: /test
docker:
- image: microsoft/dotnet:2.1-sdk
- image: mcr.microsoft.com/dotnet/core/sdk:2.1
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_CLI_TELEMETRY_OUTPUT: 1
Expand All @@ -49,7 +49,7 @@ jobs:
test_20:
working_directory: /test20
docker:
- image: microsoft/dotnet:2.0-sdk
- image: mcr.microsoft.com/dotnet/core/sdk:2.1
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_CLI_TELEMETRY_OUTPUT: 1
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
test_e2e:
working_directory: /test_e2e
docker:
- image: microsoft/dotnet:1.1.1-sdk
- image: mcr.microsoft.com/dotnet/core/sdk:2.1
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_CLI_TELEMETRY_OUTPUT: 1
Expand Down

0 comments on commit efd3eb4

Please sign in to comment.