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
suppressionFile: $(Build.SourcesDirectory)\.gdn\global.gdnsuppress #suppressing signing issues for Xamarin dlls
57
-
perStage:
58
-
sdl_sources:
59
-
checkout_all_repos: true
60
-
featureFlags:
61
-
WindowsHostVersion: '1ESWindows2022'
57
+
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/azur 19 e-sdk/internal/_build/results?buildId=3556850"
58
+
codeql:
59
+
compiled:
60
+
enabled: false
61
+
justificationForDisabling: "CodeQL times our pipelines out by running for 2+ hours before being force canceled."
62
+
psscriptanalyzer:
63
+
compiled: true
64
+
break: true
65
+
policy: M365
62
66
63
67
stages:
64
68
- stage: build
@@ -68,17 +72,6 @@ extends:
68
72
pool:
69
73
type: windows # read more about custom job pool types at https://aka.ms/obpipelines/yaml/jobs
70
74
71
-
variables:
72
-
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'# this directory is uploaded to pipeline artifacts, reddog and cloudvault. More info at https://aka.ms/obpipelines/artifacts
0 commit comments