From 9f547316af1d0b1b6db496c6bede2f445057220f Mon Sep 17 00:00:00 2001 From: Ankita Khera <40616383+akhera99@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:15:50 -0800 Subject: [PATCH] Update azure-pipelines-official.yml --- azure-pipelines-official.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index dbdef3f0058d7..9010a8640f791 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -211,6 +211,9 @@ extends: ArtifactName: AssetManifests steps: + - pwsh: Set-MpPreference -DisableRealtimeMonitoring $true + displayName: Disable Real-time Monitoring + - powershell: Write-Host "##vso[task.setvariable variable=SourceBranchName]$('$(Build.SourceBranch)'.Substring('refs/heads/'.Length))" displayName: Setting SourceBranchName variable condition: succeeded()