From 08c2f6f78a6ec041701a2cd3e2321245f7c5174e Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Thu, 23 Jan 2025 10:34:20 -0800 Subject: [PATCH 1/2] ci: specify name and os in release pipeline (#2358) --- .ado/jobs/nuget-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ado/jobs/nuget-publish.yml b/.ado/jobs/nuget-publish.yml index b3d10f5035af68..27696c964237ed 100644 --- a/.ado/jobs/nuget-publish.yml +++ b/.ado/jobs/nuget-publish.yml @@ -88,7 +88,9 @@ jobs: - job: ${{ slice.name }} displayName: 'Build ${{ slice.friendly_name }}' pool: + name: Azure Pipelines vmImage: $(vmImageApple) + os: macOS timeoutInMinutes: 90 cancelTimeoutInMinutes: 5 templateContext: From b7033b3513d98b20a08ec20abfe2b9bb712c68d4 Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Thu, 23 Jan 2025 10:52:36 -0800 Subject: [PATCH 2/2] ci: disable CodeQL in release pipeline (#2359) --- .ado/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ado/publish.yml b/.ado/publish.yml index 1bf5ce4debf081..0926772363fc5c 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -17,6 +17,10 @@ variables: - group: InfoSec-SecurityResults - name: tags value: production,externalfacing + # CodeQL Still has not fixed their bug running on Apple ARM64 jobs where they inject x64 binaries into arm64 processes and just make it crash :( + # Only workaround for now is to disable CodeQL on Apple jobs. + - name Codeql.Enabled + value: false - template: /.ado/variables/vars.yml@self resources: