You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/pipelines/templates/stages/archetype-sdk-client.yml
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,22 @@ extends:
95
95
name: azsdk-pool-mms-win-2022-1es-pt
96
96
image: azsdk-pool-mms-win-2022-1espt
97
97
os: windows
98
+
eslint:
99
+
enabled: false
100
+
justificationForDisabling: "ESLint injected task has failures because it uses an old version of mkdirp. We should not fail for tools not controlled by the repo. See: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3499746&"
101
+
codeql:
102
+
compiled:
103
+
enabled: false
104
+
justificationForDisabling: "CodeQL times our pipelines out by running for 2+ hours before being force canceled."
0 commit comments