Skip to content

Commit 54a77b4

Browse files
committed
Condition should be a string.
1 parent 7fb4934 commit 54a77b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ stages:
637637
isAzDOTestingJob: true
638638
timeoutInMinutes: 240
639639
# Temporarily disabled due to https://github.com/dotnet/aspnetcore/issues/63140
640-
condition: false
640+
condition: 'false'
641641
steps:
642642
- script: git submodule update --init
643643
displayName: Update submodules

0 commit comments

Comments
 (0)