Skip to content

Commit

Permalink
[CI] Disable CodeQL for signing classic since it gives problems. (#20834
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mandel-macaque committed Jul 9, 2024
1 parent 808fb1f commit 6ac0fe1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ stages:
repositoryAlias: ${{ parameters.repositoryAlias }}
commit: ${{ parameters.commit }}

- pwsh: |
Write-Host "##vso[task.setvariable variable=DYLD_INSERT_LIBRARIES]"
displayName: 'Disable CodeQL'
name: disableCodeQLOnArm64
# Check - "xamarin-macios (Prepare Release Convert NuGet to MSI)"
- template: nuget-msi-convert/job/v3.yml@yaml-templates
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ steps:
condition: ${{ parameters.condition }}
timeoutInMinutes: 180

- bash: $(Build.SourcesDirectory)/xamarin-macios/tools/devops/automation/scripts/disable-codeql-arm64.sh
displayName: 'Disable CodeQL'
name: disableCodeQLOnArm64

- ${{ if and(eq(parameters.skipESRP, false), eq(parameters.isPR, false)) }}:
- bash: |
set -exo pipefail
Expand Down

8 comments on commit 6ac0fe1

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.