From acd37feeb40bb6622fd00d8752952cef400d752b Mon Sep 17 00:00:00 2001 From: Todd Anderson Date: Wed, 15 Nov 2023 15:29:44 -0600 Subject: [PATCH] fixing build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9f6f3e26..4b9ced10 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: # from build_android_and_ios. However, setting up the Linux build is so much faster than the Mac host that # it's better to let this one run independently so we can get quick CI feedback for any basic problems. docker: - - image: mcr.microsoft.com/dotnet/sdk:7.0-focal + - image: mcr.microsoft.com/dotnet/sdk:7.0 environment: ASPNETCORE_SUPPRESSSTATUSMESSAGES: "true" # suppresses annoying debug output from embedded HTTP servers in tests TEST_HARNESS_PARAMS: -junit /tmp/circle-reports/contract-tests-junit.xml