Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable realtime monitoring in the official pipeline #77302

Merged
merged 1 commit into from
Feb 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update azure-pipelines-official.yml
  • Loading branch information
akhera99 authored Feb 20, 2025
commit 9f547316af1d0b1b6db496c6bede2f445057220f
3 changes: 3 additions & 0 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
@@ -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()