We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cc40e commit 0d0f8d8Copy full SHA for 0d0f8d8
2 files changed
.github/workflows/ado/sources-upload.yml
@@ -49,6 +49,13 @@ extends:
49
Network: R1
50
runOnHost: true
51
EnableCDPxPAT: false
52
+
53
+ # https://aka.ms/obpipelines/sdl
54
+ globalSdl:
55
+ disableLegacyManifest: true
56
+ sbom:
57
+ enabled: false
58
59
stages:
60
- template: /.github/workflows/ado/templates/sources-upload-stages.yml@self
61
parameters:
.vscode/settings.json
@@ -19,8 +19,6 @@
19
"**/__pycache__",
20
"**/.*"
21
],
22
- // All YAMLs under .github/workflows/ado should be interpreted as Azure Pipelines, not GitHub Actions.
23
- "files.associations": {
24
- ".github/workflows/ado/*.yml": "azure-pipelines"
25
- }
+ // Using Azure Pipelines schema for validation of ADO YAMLs.
+ "azure-pipelines.1ESPipelineTemplatesSchemaFile": true
26
}
0 commit comments