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
Build and release activity separated in release pipeline (#446)
* Udpate pipeline to classify as a 'release job' for internal Microsoft compliance.
* Separate the release tasks from the build tasks (requirement of 1ES template).
* Added missing template context for the build job.
* Upgrade pool used to Azure Linux (3.0) as Mariner 2.0 is being deprecated in July.
* Use our test pool to ensure the new Azure Linux machines are set up properly
* Corrections for Azure Linux agents
* Disable guardian anti-malware scan, not supported on AzLinux yet.
* Dry-runs should not fail the build.
NOTE: Pool remains on JEG-test-pool until after the July PSU.
# Disable Defender for Linux since it is not supported by Azure Linux.
66
+
# More info here: https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/sdlanalysis/antimalware
67
+
sdl:
68
+
antimalwareScan:
69
+
enabled: false
70
+
justificationForDisabling: Disabling Defender for Linux as its not supported in Azure Linux 3
0 commit comments