Skip to content

Commit 9c75d32

Browse files
authored
Use useOptimizedSDLTasks: false to fix build break (#2066)
(cherry picked from commit 28486dc)
1 parent 9916125 commit 9c75d32

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

eng/pipeline/rolling-internal-pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ extends:
9191
name: $(DncEngInternalBuildPool)
9292
image: 1es-windows-2022
9393
os: windows
94+
featureFlags:
95+
# https://github.com/microsoft/go-lab/issues/288
96+
useOptimizedSDLTasks: false
9497
sdl:
9598
enableProductionSDL: true
9699
codeql:

0 commit comments

Comments
 (0)