Skip to content

Commit 52ed3b0

Browse files
authored
Switch default and allowed values for tools to fix update-dependencies pipeline error (#6829)
1 parent 02b04f9 commit 52ed3b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/pipelines/update-dependencies-official.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ parameters:
2828
type: stringList
2929
displayName: Tools to update
3030
values:
31-
# Disabled due to https://github.com/dotnet/dotnet-docker/issues/6774 - re-enable when fixed.
32-
# - "chisel"
31+
- "chisel"
3332
- "rocks-toolbox"
3433
- "syft"
3534
- "mingit"
3635
# Keep the default values in sync with allowed values so that the scheduled
3736
# pipeline runs always try to update all tools
3837
default:
39-
- "chisel"
38+
# Disabled due to https://github.com/dotnet/dotnet-docker/issues/6774 - re-enable when fixed.
39+
# - "chisel"
4040
- "rocks-toolbox"
4141
- "syft"
4242
- "mingit"

0 commit comments

Comments
 (0)