try again to unbreak circlci

This commit is contained in:
Adam Treat 2023-07-13 13:52:39 -04:00
parent 59cae1132c
commit b72b409d40

View File

@ -444,9 +444,6 @@ jobs:
build-csharp-linux:
docker:
- image: mcr.microsoft.com/dotnet/sdk:7.0-jammy # Ubuntu 22.04
steps:
- when:
condition: << pipeline.parameters.run-csharp-workflow >>
steps:
- checkout
- attach_workspace:
@ -495,9 +492,6 @@ jobs:
name: win/default
size: large
shell: powershell.exe -ExecutionPolicy Bypass
steps:
- when:
condition: << pipeline.parameters.run-csharp-workflow >>
steps:
- checkout
- restore_cache:
@ -544,9 +538,6 @@ jobs:
build-csharp-macos:
macos:
xcode: "14.0.0"
steps:
- when:
condition: << pipeline.parameters.run-csharp-workflow >>
steps:
- checkout
- restore_cache: