circleCI using .NET Core 3.0

pull/5/head
Evan Hemsley 2019-10-24 13:15:55 -07:00
parent 790e36b2d3
commit 36bc2fe52a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: 2.1
defaults: &defaults
working_directory: ~/repo
docker:
- image: mcr.microsoft.com/dotnet/core/sdk:2.2
- image: mcr.microsoft.com/dotnet/core/sdk:3.0
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1