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

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Nov 15, 2023
1 parent a8d5b43 commit acd37fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acd37fe

Please sign in to comment.