We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a5c40 commit ef4bb71Copy full SHA for ef4bb71
1 file changed
eng/pipelines/update-dependencies-official.yml
@@ -28,15 +28,15 @@ parameters:
28
type: stringList
29
displayName: Tools to update
30
values:
31
- # Disabled due to https://github.com/dotnet/dotnet-docker/issues/6774 - re-enable when fixed.
32
- # - "chisel"
+ - "chisel"
33
- "rocks-toolbox"
34
- "syft"
35
- "mingit"
36
# Keep the default values in sync with allowed values so that the scheduled
37
# pipeline runs always try to update all tools
38
default:
39
- - "chisel"
+ # Disabled due to https://github.com/dotnet/dotnet-docker/issues/6774 - re-enable when fixed.
+ # - "chisel"
40
41
42
0 commit comments