We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b04f9 commit 52ed3b0Copy full SHA for 52ed3b0
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